summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2016-12-12 21:37:16 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2016-12-12 21:37:16 +0000
commit5f2661376d686401a42aa15e5e3cbb6ec86a8f6c (patch)
treee5484fb0ad77dfafc18bc91de7bbe45f7a2c6fe9
parent4cfdbdb877fe056f71eba8514180c2007443ee94 (diff)
downloadzsh-5f2661376d686401a42aa15e5e3cbb6ec86a8f6c.tar.gz
zsh-5f2661376d686401a42aa15e5e3cbb6ec86a8f6c.tar.xz
zsh-5f2661376d686401a42aa15e5e3cbb6ec86a8f6c.zip
unposted: update version to 5.3-dev-0.
Avoid installed version trashing 5.3 release.
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 91a8b507e..161a5d768 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Config/version.mk: update to 5.3-dev-0 to avoid
+	clash with installed 5.3.
+
 2016-12-10  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 40134: Src/builtin.c, Src/Zle/compmatch.c: silence spurious
diff --git a/Config/version.mk b/Config/version.mk
index 45558e39d..f045b7dd1 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
-VERSION_DATE='December 11, 2016'
+VERSION=5.3-dev-0
+VERSION_DATE='December 12, 2016'