From e87613b14e9ab6f71936c0aa032f508af78d835e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 4 May 2002 03:57:52 +0000 Subject: Make all version information come from the single file "version". Introduce new standard __NASM_SUBMINOR__ and __NASM_VER__ macros. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c66f530..511b14e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-05-03 H. Peter Anvin + * (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 * (configure.in): create output directory. -- cgit v1.2.1