diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-21 10:51:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-21 10:51:49 +0000 |
commit | 11ee75b6dd5d6dc72469ca5eb05998418ba642b2 (patch) | |
tree | 81618b0d9a912341c20c47e589b58e593dbfe4d5 /Config | |
parent | a60d612e43bc14ce43ece5f135e3be711b966cee (diff) | |
download | zsh-11ee75b6dd5d6dc72469ca5eb05998418ba642b2.tar.gz zsh-11ee75b6dd5d6dc72469ca5eb05998418ba642b2.tar.xz zsh-11ee75b6dd5d6dc72469ca5eb05998418ba642b2.zip |
Version 4.0.1-pre-5 zsh-4.0.1-pre-5
Diffstat (limited to 'Config')
-rw-r--r-- | Config/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Config/version.mk b/Config/version.mk index afcb5dcbc..bc700e1de 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-4 -VERSION_DATE='May 9, 2001' +VERSION=4.0.1-pre-5 +VERSION_DATE='May 21, 2001' |