diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-08-21 21:33:37 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-08-21 21:33:37 +0100 |
commit | 881474edcb223ac22a08d81a824809c33ca3a9c9 (patch) | |
tree | 65027758c6d446ccb8c2919c7821508651d9933c /Config | |
parent | f4c37a78b150005b59801b0a2fdbb36b50a293be (diff) | |
download | zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.gz zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.xz zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.zip |
unposted: fix up for 5.0.8-test-2 zsh-5.0.8-test-2
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 6f6d1bc7d..99a749ebf 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-dev-1 -VERSION_DATE='June 19, 2015' +VERSION=5.0.8-test-2 +VERSION_DATE='August 21, 2015' |