diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-30 21:04:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-30 21:04:54 +0000 |
commit | f9b13e01d842afa1c98efac467b5663b1fe3b6ea (patch) | |
tree | 9bb57c998d4be8309147cdcf206b32fe94edc529 /Config | |
parent | eebc0518639d15cc92ecd221f686731febdb8023 (diff) | |
download | zsh-f9b13e01d842afa1c98efac467b5663b1fe3b6ea.tar.gz zsh-f9b13e01d842afa1c98efac467b5663b1fe3b6ea.tar.xz zsh-f9b13e01d842afa1c98efac467b5663b1fe3b6ea.zip |
11033: 3.1.7-pre-2 zsh-3.1.7-pre-2
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 481d3cbcb..08dc6627e 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=3.1.7-pre-1 -VERSION_DATE='April 19, 2000' +VERSION=3.1.7-pre-2 +VERSION_DATE='April 30, 2000' |