diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:02:01 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:02:01 +0000 |
commit | 788e6c10e175ab4b3e67feefbffe570619ae2330 (patch) | |
tree | fdbac44f81f28b729e74ce8a8379b5211f2d6f95 /nasm.h | |
parent | 4cf1748e6829f80be251b8d7d274738009f934cf (diff) | |
download | nasm-788e6c10e175ab4b3e67feefbffe570619ae2330.tar.gz nasm-788e6c10e175ab4b3e67feefbffe570619ae2330.tar.bz2 nasm-788e6c10e175ab4b3e67feefbffe570619ae2330.zip |
NASM 0.98.12
Diffstat (limited to 'nasm.h')
-rw-r--r-- | nasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #define NASM_MAJOR_VER 0 #define NASM_MINOR_VER 98 -#define NASM_VER "0.98.11" +#define NASM_VER "0.98.12" #ifndef NULL #define NULL 0 |