1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-25 14:30:53 +00:00
bddisasm/inc/version.h
Andrei Vlad LUTAS 8392c97f97 Use the documented byte granularity for cache-line accesses.
Fixed CET CPUID feature flag - split into CET_SS and CET_IBT.
2020-07-22 00:47:46 +03:00

13 lines
268 B
C

/*
* Copyright (c) 2020 Bitdefender
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _DISASM_VER_H_
#define _DISASM_VER_H_
#define DISASM_VERSION_MAJOR 1
#define DISASM_VERSION_MINOR 25
#define DISASM_VERSION_REVISION 2
#endif // _DISASM_VER_H_