diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:56:19 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:56:19 +0000 |
commit | 4342239f771ad1c832ca936a25d6ad4df827483b (patch) | |
tree | 2cce3c95c84b1ab9a9916a73003e34459e514e7f /nasm.h | |
parent | b64535fd4e8297b2740334759a16cfb8f5e8c58c (diff) | |
download | nasm-4342239f771ad1c832ca936a25d6ad4df827483b.tar.gz nasm-4342239f771ad1c832ca936a25d6ad4df827483b.tar.bz2 nasm-4342239f771ad1c832ca936a25d6ad4df827483b.zip |
NASM 0.98p3.4
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 pre-release 3.3" +#define NASM_VER "0.98 pre-release 3.4" #ifndef NULL #define NULL 0 |