mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-26 09:28:07 +00:00
13 lines
262 B
C
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 28
|
|
#define DISASM_VERSION_REVISION 1
|
|
|
|
#endif // DISASM_VER_H
|