diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-01 11:31:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-01 11:31:35 +0000 |
commit | 8a63e7dd88bcf802b7e1544938c6ca20a92ad89c (patch) | |
tree | 9e118dc8fbe353b38066a6171350f3ba5fcf3905 /Config/version.mk | |
parent | 4b5793c83ee088576cb26cbd96b319a2dc5b98a8 (diff) | |
download | zsh-8a63e7dd88bcf802b7e1544938c6ca20a92ad89c.tar.gz zsh-8a63e7dd88bcf802b7e1544938c6ca20a92ad89c.tar.xz zsh-8a63e7dd88bcf802b7e1544938c6ca20a92ad89c.zip |
4.3.5 zsh-4.3.5
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 cf771c52c..e0e703a1c 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.3.4-dev-8 -VERSION_DATE='January 29, 2008' +VERSION=4.3.5 +VERSION_DATE='February 1, 2008' |