2020-07-21 08:19:18 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Bitdefender
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2020-07-27 13:51:16 +00:00
|
|
|
#ifndef DISASM_VER_H
|
|
|
|
#define DISASM_VER_H
|
2020-07-21 08:19:18 +00:00
|
|
|
|
|
|
|
#define DISASM_VERSION_MAJOR 1
|
2022-10-27 09:37:02 +00:00
|
|
|
#define DISASM_VERSION_MINOR 36
|
2022-10-04 09:22:59 +00:00
|
|
|
#define DISASM_VERSION_REVISION 0
|
2022-08-01 11:13:27 +00:00
|
|
|
|
|
|
|
// bdshemu depends on bddisasm. It cannot be used without it.
|
|
|
|
#define SHEMU_VERSION_MAJOR 1
|
|
|
|
#define SHEMU_VERSION_MINOR 1
|
2022-08-09 17:02:45 +00:00
|
|
|
#define SHEMU_VERSION_REVISION 16
|
2020-07-21 08:19:18 +00:00
|
|
|
|
2020-07-27 13:51:16 +00:00
|
|
|
#endif // DISASM_VER_H
|