about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Config/version.mk2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba7daff4b..535382e43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-02  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 24524: Config/version.mk: increment version to 4.3.5-dev-0.
+
 2008-02-01  Clint Adams  <clint@zsh.org>
 
 	* 24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521:
diff --git a/Config/version.mk b/Config/version.mk
index e0e703a1c..8d1fc3f34 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.5
+VERSION=4.3.5-dev-0
 VERSION_DATE='February 1, 2008'