1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-05 04:40:54 +00:00
bddisasm/inc/version.h
BITDEFENDER\vlutas fe6a937f51 Switched to internally defined types.
WRUSSD and WRUSSQ cannot be executed when CPL != 0.
2022-01-05 14:03:13 +02:00

13 lines
263 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 10
#endif // DISASM_VER_H