diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-06-02 08:45:48 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-06-02 08:45:48 +0000 |
commit | e2a7694f322cd746864d44b2bcb4f043d29b8206 (patch) | |
tree | ca7e815fd0b451e3519a84a0a779c9d66e06306b /Config | |
parent | 6192a49bfba17eb765a9cd77be1292c5bceb3084 (diff) | |
download | zsh-e2a7694f322cd746864d44b2bcb4f043d29b8206.tar.gz zsh-e2a7694f322cd746864d44b2bcb4f043d29b8206.tar.xz zsh-e2a7694f322cd746864d44b2bcb4f043d29b8206.zip |
update version recorded in archive to 4.3.10-dev-1
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 92e62e892..7e126a314 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.10 -VERSION_DATE='June 1, 2009' +VERSION=4.3.10-dev-1 +VERSION_DATE='June 2, 2009' |