diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index f6dbd506f..433cab71d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-03-03 Peter Stephenson <pws@csr.com> + * unposted: Config/version.mk: zsh 4.2.0-pre-2. + * 19523: Src/signames2.awk: attempt to work around awk problem on AIX 5. diff --git a/Config/version.mk b/Config/version.mk index 410d93f1b..d79a53624 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=4.2.0-pre-1 -VERSION_DATE='February 26, 2004' +VERSION=4.2.0-pre-2 +VERSION_DATE='March 2, 2004' |