diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-11-25 19:30:26 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-11-25 19:30:26 +0000 |
commit | 78abc72f64b03d675922f9a958fdf5d6aa32ab67 (patch) | |
tree | 595e7b881f27fcf2f4eb36ddd6bd84a501f5acdb /Config | |
parent | 9e06828a7fd61b330ad95490a055eff9e2191933 (diff) | |
download | zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.tar.gz zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.tar.xz zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.zip |
unposted: 5.1.1-test-2 zsh-5.1.1-test-2 5.1.1-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 ff259cd5b..8e28886ad 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.1.1-test-1 -VERSION_DATE='November 21, 2015' +VERSION=5.1.1-test-2 +VERSION_DATE='November 25, 2015' |