blob: 03059b4132c97a6d10965849c36cd4350cfefa03 [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
6#define NASM_PATCHLEVEL_VER 0
7#define NASM_VERSION_ID 0x020f0100
8#define NASM_VER "2.15.01"
Dale Curtis5f133c42018-10-29 17:05:33 -07009#endif /* NASM_VERSION_H */