about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-12-19 11:12:28 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-12-19 11:12:28 +0000
commitfceb07892429f7871381cb208c297f601273ea64 (patch)
tree2885403581a2905a951fd589b46487103b2a2e6d
parent09532a70ead07a600a3d2258837d6e3fe943f2fd (diff)
downloadzsh-fceb07892429f7871381cb208c297f601273ea64.tar.gz
zsh-fceb07892429f7871381cb208c297f601273ea64.tar.xz
zsh-fceb07892429f7871381cb208c297f601273ea64.zip
unposted: update version to 4.3.15-dev-0 to avoid clash with 4.3.15 install
-rw-r--r--ChangeLog7
-rw-r--r--Config/version.mk4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 92cac4253..51c129040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-19  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Config/version.mk: update version to 4.3.15-dev-0 to
+	avoid dev version clashing with installation.
+
 2011-12-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* unposted: release 4.3.15.
@@ -15771,5 +15776,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5544 $
+* $Revision: 1.5545 $
 *****************************************************
diff --git a/Config/version.mk b/Config/version.mk
index 4fe21a1dd..7e460aef7 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.15
-VERSION_DATE='December 17, 2011'
+VERSION=4.3.15-dev-0
+VERSION_DATE='December 19, 2011'