ultimatepp/uppsrc/plugin/ndisasm/lib/version.h
cxl 1945f22301 plugin/ndisasm: updated to 2.12.02 (thanks coolman)
git-svn-id: svn://ultimatepp.org/upp/trunk@14932 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-29 18:37:06 +00:00

9 lines
272 B
C

#ifndef NASM_VERSION_H
#define NASM_VERSION_H
#define NASM_MAJOR_VER 2
#define NASM_MINOR_VER 12
#define NASM_SUBMINOR_VER 2
#define NASM_PATCHLEVEL_VER 0
#define NASM_VERSION_ID 0x020c0200
#define NASM_VER "2.12.02"
#endif /* NASM_VERSION_H */