diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-02-28 12:05:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-02-28 12:05:31 +0000 |
commit | 2ccaf4efecb8e392c16f43b292a91bf51bf2531a (patch) | |
tree | 8367acfa31d7a070d89ccf083445b56df6c5e76d /Config/version.mk | |
parent | 4f7c2cee73b87cbc561babd4c205af1cbeda4546 (diff) | |
download | zsh-2ccaf4efecb8e392c16f43b292a91bf51bf2531a.tar.gz zsh-2ccaf4efecb8e392c16f43b292a91bf51bf2531a.tar.xz zsh-2ccaf4efecb8e392c16f43b292a91bf51bf2531a.zip |
Release 4.3.1, finally
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 a52e747b3..c23109874 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.0-dev-5 -VERSION_DATE='February 20, 2006' +VERSION=4.3.1 +VERSION_DATE='February 28, 2006' |