blob: 6b492fbf8cdd5cfd134ed1948cf965dc7dc17fd8 [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
5#define NASM_SUBMINOR_VER 1
Dale Curtis81fc45a2020-07-01 12:22:26 -07006#define NASM_PATCHLEVEL_VER 92
7#define NASM_VERSION_ID 0x020f015c
8#define NASM_VER "2.15.02rc2"
Dale Curtis5f133c42018-10-29 17:05:33 -07009#endif /* NASM_VERSION_H */