diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-04-08 16:52:30 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-04-08 16:52:30 +0100 |
commit | f9e9dce5443f323b340303596406f9d3ce11d23a (patch) | |
tree | 2b0160c265dcadde8959bc9d493faf8b3738ac63 /Config | |
parent | 5bd63f4d69a93aa12f8839d0d18129971925751d (diff) | |
download | zsh-f9e9dce5443f323b340303596406f9d3ce11d23a.tar.gz zsh-f9e9dce5443f323b340303596406f9d3ce11d23a.tar.xz zsh-f9e9dce5443f323b340303596406f9d3ce11d23a.zip |
unposted: release zsh-5.5 zsh-5.5
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 731fbf16f..73aababd5 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.4.2-test-2 -VERSION_DATE='April 4, 2018' +VERSION=5.5 +VERSION_DATE='April 8, 2018' |