diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-08-27 21:18:25 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-08-27 21:18:25 +0100 |
commit | 6ff4787e830f8edb3a7e32490a88a131e4b62f7f (patch) | |
tree | 20ce762c04c1614df7c1a360b13c4a457d5f0f5a /Config | |
parent | c108446ff3c923030be4c33e9659d612e5562970 (diff) | |
download | zsh-6ff4787e830f8edb3a7e32490a88a131e4b62f7f.tar.gz zsh-6ff4787e830f8edb3a7e32490a88a131e4b62f7f.tar.xz zsh-6ff4787e830f8edb3a7e32490a88a131e4b62f7f.zip |
unposted: 5.4.2 zsh-5.4.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 d118e8dc1..9ec6475eb 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.1-dev-0 -VERSION_DATE='August 8, 2017' +VERSION=5.4.2 +VERSION_DATE='August 27, 2017' |