diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:04:18 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:04:18 +0000 |
commit | 090a2185739075cbfe4d98437343670ae1a74962 (patch) | |
tree | 36575b9e44ccc0f456752f98e7c6395281bfe066 /nasm.h | |
parent | caa82a1e66f6b9517ba2199cdc4297bd7be8eaa2 (diff) | |
download | nasm-090a2185739075cbfe4d98437343670ae1a74962.tar.gz nasm-090a2185739075cbfe4d98437343670ae1a74962.tar.bz2 nasm-090a2185739075cbfe4d98437343670ae1a74962.zip |
NASM 0.98.17
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.16" +#define NASM_VER "0.98.17" #ifndef NULL #define NULL 0 |