about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-12-07 20:13:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-12-07 20:13:39 +0000
commitb0182829307bff1b33579ecd18079342c0358109 (patch)
treed8a0670f0f628775aa45556041288506f6cb54c7
parentfe1dc5102a952f281feec14cb3f7d7c3996f62de (diff)
downloadzsh-b0182829307bff1b33579ecd18079342c0358109.tar.gz
zsh-b0182829307bff1b33579ecd18079342c0358109.tar.xz
zsh-b0182829307bff1b33579ecd18079342c0358109.zip
Update version to 4.3.14-dev-0
-rw-r--r--ChangeLog7
-rw-r--r--Config/version.mk4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d183541a..0fd206a03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Etc/version.mk: update version to 4.3.14-dev-0 to
+	avoid installs clashing with release.
+
 2011-12-07  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* 29952: Src/glob.c: fix cut'n'paste error in nanosecond
@@ -15662,5 +15667,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5518 $
+* $Revision: 1.5519 $
 *****************************************************
diff --git a/Config/version.mk b/Config/version.mk
index 0380bcba2..fa196ae5c 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=4.3.14
-VERSION_DATE='December 6, 2011'
+VERSION=4.3.14-dev-0
+VERSION_DATE='December 7, 2011'