about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-06-01 11:24:21 +0100
committerPeter Stephenson <pws@zsh.org>2015-06-01 11:24:21 +0100
commitc818ee8adbc5624271db5c1d1ba8d89cca338f24 (patch)
tree1b18d9ef68c907e784f886eb0661b8a408c9893a
parentf0068edb4888a4d8fe94defa9c7affaa15e917c9 (diff)
downloadzsh-c818ee8adbc5624271db5c1d1ba8d89cca338f24.tar.gz
zsh-c818ee8adbc5624271db5c1d1ba8d89cca338f24.tar.xz
zsh-c818ee8adbc5624271db5c1d1ba8d89cca338f24.zip
unposted: Update version to 5.0.8-dev-0 for new developments
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d77d54bf0..3b4952807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-01  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* unposted: Config/version.mk: update to 5.0.8-dev-0 so
+	dev installs don't trash release.
+
 2015-05-31  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* unposted: Config/version.mk: release 5.0.8, finally.
diff --git a/Config/version.mk b/Config/version.mk
index defcf262e..1c89e9edb 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.8
-VERSION_DATE='May 31, 2015'
+VERSION=5.0.8-dev-0
+VERSION_DATE='June 1, 2015'