summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Config/version.mk2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02722f1c0..3fc972b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-12-14 Peter Stephenson <p.w.stephenson@ntlworld.com>
+ * unposted: increment version to 5.0.3-dev-0 to avoid confusion
+ with released 5.0.3.
+
* unposted: version 5.0.3, finally.
2013-12-13 Barton E. Schaefer <schaefer@zsh.org>
diff --git a/Config/version.mk b/Config/version.mk
index 2b87d1aa9..abbdf86a5 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=5.0.3
+VERSION=5.0.3-dev-0
VERSION_DATE='December 14, 2013'