summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-02-03 13:27:45 -0600
committerdana <dana@dana.is>2019-02-03 13:27:45 -0600
commit8b89d0d57710d044e85591aac25952f5a6ae84c7 (patch)
treea57142157576630d68c39dacfb3f85d6910e5001
parent0220822d82fb5db6e4d44316980a8cc7f29980f1 (diff)
downloadzsh-8b89d0d57710d044e85591aac25952f5a6ae84c7.tar.gz
zsh-8b89d0d57710d044e85591aac25952f5a6ae84c7.tar.xz
zsh-8b89d0d57710d044e85591aac25952f5a6ae84c7.zip
unposted: Release 5.7.1 zsh-5.7.1
-rw-r--r--ChangeLog3
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README2
4 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index abc9f03c1..692c0ab3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-02-03  dana  <dana@dana.is>
 
+	* unposted: Config/version.mk, Etc/FAQ.yo, README: Update for
+	5.7.1
+
 	* 44034: Completion/Unix/Type/_date_formats: Complete %9./%N,
 	adjust some wording
 
diff --git a/Config/version.mk b/Config/version.mk
index 8f103e3c8..7d931f29b 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.7-dev-0
-VERSION_DATE='January 25, 2019'
+VERSION=5.7.1
+VERSION_DATE='February 3, 2019'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 6c46cc09d..c4f65e97a 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -307,7 +307,7 @@ sect(On what machines will it run?)
 
 sect(What's the latest version?)
 
-  Zsh 5.7 is the latest production version.  For details of all the
+  Zsh 5.7.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 5dc5eda06..9763e7aa6 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.7 of the shell.  This is a stable release.  There are
+This is version 5.7.1 of the shell.  This is a stable release.  There are
 a few visible improvements since 5.6 as well as many bugfixes.
 
 Note in particular the changes highlighted under "Incompatibilities since