diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-08-07 18:49:23 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-08-07 18:49:23 +0100 |
commit | 9ecaeefa47a18e50d2f6fe0dde61de5b91eb17e0 (patch) | |
tree | 6eeb579356a7450463a9b2f6813e703919d52d32 | |
parent | 2eacbef91913fe967335812900d43cf2edfa54d9 (diff) | |
download | zsh-9ecaeefa47a18e50d2f6fe0dde61de5b91eb17e0.tar.gz zsh-9ecaeefa47a18e50d2f6fe0dde61de5b91eb17e0.tar.xz zsh-9ecaeefa47a18e50d2f6fe0dde61de5b91eb17e0.zip |
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index f885721ff..99b42ed31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-08-07 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: version 5.4. + * 41499 (with one further tweak): Src/utils.c, Doc/Zsh/options.yo, Test/E01options.ztst: With POSIX_STRINGS ignore terminating separator when splitting. diff --git a/Config/version.mk b/Config/version.mk index 792317c1c..e6c48050f 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.3.1-test-2 -VERSION_DATE='July 31, 2017' +VERSION=5.4 +VERSION_DATE='August 7, 2017' |