summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Config/version.mk2
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README9
4 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 43e6b4ceb..9649617fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-08-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* unposted: Config/verson.mk, README, Etc/FAQ.yo: update to version
+	5.4.1.
+
 	* unposted: back off 41499 as it has side effects which, while
 	perfectly logical, are not what POSIX expects.
 
diff --git a/Config/version.mk b/Config/version.mk
index 3bb01dd56..363618aca 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-dev-0
+VERSION=5.4.1
 VERSION_DATE='August 8, 2017'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 1384e0246..689b90022 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -306,7 +306,7 @@ sect(On what machines will it run?)
 
 sect(What's the latest version?)
 
-  Zsh 5.4 is the latest production version.  For details of all the
+  Zsh 5.4.1 is the latest production version.  For details of all the
   changes, see the NEWS file in the source distribution.
 
   A beta of the next version is sometimes available.  Development of zsh is
diff --git a/README b/README
index 52c930ee5..7f81b1ed9 100644
--- a/README
+++ b/README
@@ -5,10 +5,11 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.4 of the shell.  This is a stable release.  There are
-a few visible improvements since 5.3.1 as well as many bugfixes.  Note
-in particular the changs highlighted under "Incompatibilites
-since 5.3.1" below.  See NEWS for more information.
+This is version 5.4,1 of the shell.  This is a stable release.  There
+are a few visible improvements since 5.3.1, the last widely released
+version, as well as many bugfixes.  Note in particular the changs
+highlighted under "Incompatibilites since 5.3.1" below.  See NEWS for
+more information.
 
 Installing Zsh
 --------------