blob: de4c0f6df236e29b8b07790a08ea0c1d47aaae20 [file] [log] [blame]
Dale Curtis5f133c42018-10-29 17:05:33 -07001#ifndef NASM_VERSION_H
2#define NASM_VERSION_H
3#define NASM_MAJOR_VER 2
Dale Curtise2938142020-06-29 15:29:48 -07004#define NASM_MINOR_VER 15
Dale Curtis352a7a12020-07-10 11:34:02 -07005#define NASM_SUBMINOR_VER 2
6#define NASM_PATCHLEVEL_VER 95
7#define NASM_VERSION_ID 0x020f025f
8#define NASM_VER "2.15.03rc5"
Dale Curtis5f133c42018-10-29 17:05:33 -07009#endif /* NASM_VERSION_H */