diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:03:11 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:03:11 +0000 |
commit | caa82a1e66f6b9517ba2199cdc4297bd7be8eaa2 (patch) | |
tree | be5831b0d3284c0af5c3777e6997d50efa910818 /nasm.h | |
parent | 9eb185bfdb10f1dfccbb9a702d2801a32cd1b13d (diff) | |
download | nasm-caa82a1e66f6b9517ba2199cdc4297bd7be8eaa2.tar.gz nasm-caa82a1e66f6b9517ba2199cdc4297bd7be8eaa2.tar.bz2 nasm-caa82a1e66f6b9517ba2199cdc4297bd7be8eaa2.zip |
NASM 0.98.16
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.15" +#define NASM_VER "0.98.16" #ifndef NULL #define NULL 0 |