about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49cb47748..5a551a7a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-07  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Config/version.mk: belatedly update version
+	to 4.3.2-dev-1 to avoid clash with released version.
+
 2006-03-06  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 22321 plus tweak: Src/builtin.c, Src/mem.c, Src/params.c:
diff --git a/Config/version.mk b/Config/version.mk
index 348ae8c6b..cd17ebcd5 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.2
-VERSION_DATE='March 2, 2006'
+VERSION=4.3.2-dev-1
+VERSION_DATE='March 7, 2006'