mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-05 12:50:56 +00:00
13 lines
268 B
C
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 1
|
|
|
|
#endif // _DISASM_VER_H_
|