diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2013-01-03 13:34:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2013-01-03 13:34:53 +0000 |
commit | 1873fd0684a4cce2b6eeb21b9d53490e91fb809c (patch) | |
tree | b7f0c1b3e8309a5decff4e30e4a38d27739c854c /Config/version.mk | |
parent | daa828bc51b48110f0a584fa2b74895d2cc761c1 (diff) | |
download | zsh-1873fd0684a4cce2b6eeb21b9d53490e91fb809c.tar.gz zsh-1873fd0684a4cce2b6eeb21b9d53490e91fb809c.tar.xz zsh-1873fd0684a4cce2b6eeb21b9d53490e91fb809c.zip |
unposted: update version to 5.0.2-dev-0 to avoid clash with release
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 eca41f444..b755d739c 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=5.0.2 -VERSION_DATE='December 21, 2012' +VERSION=5.0.2-dev-0 +VERSION_DATE='January 3, 2013' |