diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-09 09:47:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-09 09:47:08 +0000 |
commit | 1052757d24b8dd11fbc782c031f4e75304867bc1 (patch) | |
tree | 1fb9fb2d215d64491144dd90f343242356f66970 | |
parent | 27a7c9cdebbc9211890d87a14e62876159d56c2d (diff) | |
download | zsh-1052757d24b8dd11fbc782c031f4e75304867bc1.tar.gz zsh-1052757d24b8dd11fbc782c031f4e75304867bc1.tar.xz zsh-1052757d24b8dd11fbc782c031f4e75304867bc1.zip |
4.0.1-pre-4
-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' |