1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-05 12:50:56 +00:00
bddisasm/inc/version.h
BITDEFENDER\vlutas 412f065965 Moved the formatting function in a dedicated source file.
Added support for SIDT and RDTSC in bdshemu.
2021-10-19 17:33:15 +03:00

13 lines
262 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 34
#define DISASM_VERSION_REVISION 5
#endif // DISASM_VER_H