diff options
author | Peter Stephenson <pws@zsh.org> | 2015-06-01 11:24:21 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-06-01 11:24:21 +0100 |
commit | c818ee8adbc5624271db5c1d1ba8d89cca338f24 (patch) | |
tree | 1b18d9ef68c907e784f886eb0661b8a408c9893a /Config | |
parent | f0068edb4888a4d8fe94defa9c7affaa15e917c9 (diff) | |
download | zsh-c818ee8adbc5624271db5c1d1ba8d89cca338f24.tar.gz zsh-c818ee8adbc5624271db5c1d1ba8d89cca338f24.tar.xz zsh-c818ee8adbc5624271db5c1d1ba8d89cca338f24.zip |
unposted: Update version to 5.0.8-dev-0 for new developments
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 defcf262e..1c89e9edb 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.8 -VERSION_DATE='May 31, 2015' +VERSION=5.0.8-dev-0 +VERSION_DATE='June 1, 2015' |