diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-04-16 19:21:52 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-04-16 19:21:52 +0100 |
commit | fd4056f4edb12000ac5b0181aef8bb741e60801c (patch) | |
tree | dcbb937b7e34a3fefe65f7fac3c476a4b73564ba /Config | |
parent | 39f58eb318104d15afbe8dbdb9c93df2b50c2b69 (diff) | |
download | zsh-fd4056f4edb12000ac5b0181aef8bb741e60801c.tar.gz zsh-fd4056f4edb12000ac5b0181aef8bb741e60801c.tar.xz zsh-fd4056f4edb12000ac5b0181aef8bb741e60801c.zip |
unposted: Update for release 5.5.1. zsh-5.5.1
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 9c001c8e6..b703c2563 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.5-dev-0 -VERSION_DATE='April 10, 2018' +VERSION=5.5.1 +VERSION_DATE='April 16, 2018' |