about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Config/version.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2cb75266..b9c8a7a1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-04-19  Peter Stephenson  <pws@csr.com>
 
+	* unposte: Config/version.mk: set release string to 4.3.4-dev-0.
+
 	* users/11419: Doc/Zsh/zle.yo,
 	Functions/Zle/backward-kill-word-match,
 	Functions/Zle/delete-whole-word-match,
diff --git a/Config/version.mk b/Config/version.mk
index 80abf6dae..3fe2df89a 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.4
+VERSION=4.3.4-dev-0
 VERSION_DATE='April 19, 2006'