diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 9678520a1..c6c9c8682 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-05 Peter Stephenson <pws@csr.com> + + * unposted: Config/version.mk: 4.2.0-pre-3 + 2004-03-05 Geoff Wing <gcw@zsh.org> * 19474: Src/Zle/compresult.c: fix a calculation when displaying diff --git a/Config/version.mk b/Config/version.mk index d79a53624..9eb0c3eee 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-2 -VERSION_DATE='March 2, 2004' +VERSION=4.2.0-pre-3 +VERSION_DATE='March 5, 2004' |