diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-04 03:57:52 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-04 03:57:52 +0000 |
commit | e87613b14e9ab6f71936c0aa032f508af78d835e (patch) | |
tree | cda54955c913b5edbeebfd0d0fa620c810d1de2f /ChangeLog | |
parent | 788abaf55a2c308425da56f6080cfe85070f509f (diff) | |
download | nasm-e87613b14e9ab6f71936c0aa032f508af78d835e.tar.gz nasm-e87613b14e9ab6f71936c0aa032f508af78d835e.tar.bz2 nasm-e87613b14e9ab6f71936c0aa032f508af78d835e.zip |
Make all version information come from the single file "version".
Introduce new standard __NASM_SUBMINOR__ and __NASM_VER__ macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ 2002-05-03 H. Peter Anvin <hpa@zytor.com> + * (Makefile.in Mkfiles/*): use new version -> version.{h,mac}. + * (macros.pl): support multiple input files (standard.mac, version.mac). + * (standard.mac): use an explicit delimiter to end the TASM macros. + * (nasm-version): remove, no longer needed. + * (version.pl): script to produce version.h and version.mac from version. + * (version): contains the official NASM version. + * (nasm.h): include version.h. + +2002-05-03 H. Peter Anvin <hpa@zytor.com> * (configure.in): create output directory. * (Makefile.in): change cd ; to cd &&. |