mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-15 00:01:58 +00:00
![Andrei Vlad LUTAS](/assets/img/avatar_default.png)
Fixed https://github.com/bitdefender/bddisasm/issues/24 Fixed https://github.com/bitdefender/bddisasm/issues/25 Fixed https://github.com/bitdefender/bddisasm/issues/26
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 31
|
|
#define DISASM_VERSION_REVISION 3
|
|
|
|
#endif // DISASM_VER_H
|