diff options
-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' |