diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:07:51 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:07:51 +0000 |
commit | 9f39464e5b32df05159a367cd07b37cf999dae69 (patch) | |
tree | 58a1d8994880de037b967123427c11aa543f0155 /nasm.h | |
parent | 852c3eecb47943ef12b87ada21c143c478fe9c71 (diff) | |
download | nasm-9f39464e5b32df05159a367cd07b37cf999dae69.tar.gz nasm-9f39464e5b32df05159a367cd07b37cf999dae69.tar.bz2 nasm-9f39464e5b32df05159a367cd07b37cf999dae69.zip |
NASM 0.98.25
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.24" +#define NASM_VER "0.98.25" #ifndef NULL #define NULL 0 |