summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-05-31 19:49:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-05-31 19:49:53 +0000
commit6c6b9a919d55aac6e3890aa70424a211d8b7db01 (patch)
treee6008eebc261db09e75131d31c935f2a7d727020
parent5e2a1cf4cc261d9b9c6f9dea5a53983e04afe275 (diff)
downloadzsh-6c6b9a919d55aac6e3890aa70424a211d8b7db01.tar.gz
zsh-6c6b9a919d55aac6e3890aa70424a211d8b7db01.zip
unposted: update version to avoid confusion with release
-rw-r--r--ChangeLog7
-rw-r--r--Config/version.mk2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 73a66e5ec..d58cdfeae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-31 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * unposted: Config/version.mk: update version to 4.3.12-dev-0
+ to avoid confusion with release.
+
2011-05-31 Frank Terbeck <ft@bewatermyfriend.org>
* Jan Pobrislo: 29411:
@@ -14899,5 +14904,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5349 $
+* $Revision: 1.5350 $
*****************************************************
diff --git a/Config/version.mk b/Config/version.mk
index 37193970a..8806ef463 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.12
+VERSION=4.3.12-dev-0
VERSION_DATE='May 31, 2011'