summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2017-08-07 18:49:23 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-08-07 18:49:23 +0100
commit9ecaeefa47a18e50d2f6fe0dde61de5b91eb17e0 (patch)
tree6eeb579356a7450463a9b2f6813e703919d52d32
parent2eacbef91913fe967335812900d43cf2edfa54d9 (diff)
downloadzsh-5.4.tar.gz
zsh-5.4.tar.xz
zsh-5.4.zip
unposted: version 5.4 zsh-5.4 5.4
-rw-r--r--ChangeLog2
-rw-r--r--Config/version.mk4
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'