diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-04-09 15:29:27 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-04-09 15:29:27 +0000 |
commit | b75b87c8d9b676fc6e274cffd97f9736daf270b4 (patch) | |
tree | 5b202fd2a6c51433f1e2c5d4a70c8eda6a787315 /Config/version.mk | |
parent | b4d021263dd1364985037f94b65aa0e4089618c4 (diff) | |
download | zsh-b75b87c8d9b676fc6e274cffd97f9736daf270b4.tar.gz zsh-b75b87c8d9b676fc6e274cffd97f9736daf270b4.tar.xz zsh-b75b87c8d9b676fc6e274cffd97f9736daf270b4.zip |
4.0.1-pre-3 version change with some .distfiles updates zsh-4.0.1-pre-3
Diffstat (limited to 'Config/version.mk')
-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 0a36bba19..96f57fe79 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-2 -VERSION_DATE='March 8, 2001' +VERSION=4.0.1-pre-3 +VERSION_DATE='April 9, 2001' |