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 | |
parent | c108446ff3c923030be4c33e9659d612e5562970 (diff) | |
download | zsh-6ff4787e830f8edb3a7e32490a88a131e4b62f7f.tar.gz zsh-6ff4787e830f8edb3a7e32490a88a131e4b62f7f.tar.xz zsh-6ff4787e830f8edb3a7e32490a88a131e4b62f7f.zip |
unposted: 5.4.2 zsh-5.4.2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 3161f23fa..906666871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-08-27 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: Config/version.mk: 5.4.2. + 2017-08-25 Peter Stephenson <p.w.stephenson@ntlworld.com> * 41599: README, Etc/FAQ.yo: updates for 5.4.2. 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' |