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 3a9971cd1..4c09106f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-05-09 Peter Stephenson <pws@csr.com> + * unposted: Config/version.mk: 4.0.1-pre-4. + * 14280: Doc/Zsh/options.yo: make clearer that GLOB_SUBST doesn't affect braces and commas. diff --git a/Config/version.mk b/Config/version.mk index 96f57fe79..afcb5dcbc 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-3 -VERSION_DATE='April 9, 2001' +VERSION=4.0.1-pre-4 +VERSION_DATE='May 9, 2001' |