summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Config/version.mk4
-rw-r--r--NEWS4
-rw-r--r--README7
4 files changed, 10 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 81875ae12..4259990b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-08-25  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted: Config/version.mk, NEWS, README: Test release:
+	5.5.1-test-1.
+
 	* 43331: Completion/Unix/Command/_diff3: Enhance positional
 	argument descriptions (thanks, Oliver).
 
diff --git a/Config/version.mk b/Config/version.mk
index 9fc34ef78..eb4b7eaba 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.5.1-dev-0
-VERSION_DATE='April 17, 2018'
+VERSION=5.5.1-test-1
+VERSION_DATE='August 25, 2018'
diff --git a/NEWS b/NEWS
index 17868979b..6deee1038 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
-Changes from 5.5.1 to FIXME
----------------------------
+Changes from 5.5.1 to 5.5.1-test-1
+----------------------------------
 
 In shell patterns, [[:blank:]] now honours the locale instead of
 matching exclusively on space and tab, like for the other POSIX
diff --git a/README b/README
index fd4c59e09..0d9b60637 100644
--- a/README
+++ b/README
@@ -5,13 +5,12 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.5.1 of the shell.  This is a stable release.  There
+This is version 5.5.1-test-1 of the shell.  This is a test release.  There
 are some significant bug fixes and a few user visible additions since
-5.4.2 and minor fixes since 5.5.  All zsh installations are encouraged
-to upgrade.
+5.5.1.5.  All zsh installations are encouraged to upgrade.
 
 Note in particular the changes highlighted under "Incompatibilities since
-5.4.2" below.  See NEWS for more information.
+5.5.1" below.  See NEWS for more information.
 
 Installing Zsh
 --------------