blob: 87e584770d15062bea94ccfed52cb1e5da1b4289 [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
Dale Curtis8784bed2020-07-13 10:48:27 -07006#define NASM_PATCHLEVEL_VER 96
7#define NASM_VERSION_ID 0x020f0260
8#define NASM_VER "2.15.03rc6"
Dale Curtis5f133c42018-10-29 17:05:33 -07009#endif /* NASM_VERSION_H */