summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Config/version.mk4
-rw-r--r--README3
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e62ea5f62..027900ed5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-24  dana  <dana@dana.is>
+
+	* unposted: Config/version.mk, README: Update for 5.7
+
 2018-01-23  dana  <dana@dana.is>
 
 	* 44012: Test/X04zlehighlight.ztst: Fix spurious test failures
diff --git a/Config/version.mk b/Config/version.mk
index 8d59d6dc4..4f95a40da 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.6.2-test-3
-VERSION_DATE='January 5, 2019'
+VERSION=5.7
+VERSION_DATE='January 24, 2019'
diff --git a/README b/README
index 000210478..5dc5eda06 100644
--- a/README
+++ b/README
@@ -5,7 +5,8 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.7 of the shell.
+This is version 5.7 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
 5.6.2" below.  See NEWS for more information.