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 1712ee895..a9b079c74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-08 Peter Stephenson <pws@csr.com> + + * unposted: Config/version.mk: 4.0.1-pre-2. + 2001-03-08 Sven Wischnowsky <wischnow@zsh.org> * 13591: Completion/User/_init_d: try to find out the sub commands diff --git a/Config/version.mk b/Config/version.mk index 5c02af86a..0a36bba19 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.0.1-pre-1 -VERSION_DATE='February 14, 2001' +VERSION=4.0.1-pre-2 +VERSION_DATE='March 8, 2001' |