diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-16 13:21:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-16 13:21:24 +0000 |
commit | f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba (patch) | |
tree | bd6d0a110ab1e72b5d526eb65702b02313fbe330 /Config | |
parent | 7bb711a3d66730807bd54b78d5a848aef3c666c5 (diff) | |
download | zsh-f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba.tar.gz zsh-f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba.tar.xz zsh-f48fa9eb9d66bb225ef2529186b8d7048ea3b2ba.zip |
unposted: prepare for release of 4.3.3 zsh-4.3.3
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 cd17ebcd5..7971d5db3 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.2-dev-1 -VERSION_DATE='March 7, 2006' +VERSION=4.3.3 +VERSION_DATE='April 16, 2006' |