diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-01-06 19:30:24 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-01-06 19:30:24 +0000 |
commit | 908ef4a279e79928abf02b251ef7008c8e188233 (patch) | |
tree | 57e8abca6d42e6383c15e586e51e8afd490b2796 | |
parent | 79abe00e1d73b3f0681343a70e3e7f84e5e3d647 (diff) | |
download | zsh-908ef4a279e79928abf02b251ef7008c8e188233.tar.gz zsh-908ef4a279e79928abf02b251ef7008c8e188233.tar.xz zsh-908ef4a279e79928abf02b251ef7008c8e188233.zip |
unposted: update version to 5.0.5-dev-0
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 3b4584c0a..ed23121e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-06 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: Config/version.mk: update to 5.0.5-dev-0 to avoid + installation clash with 5.0.5 release. + 2014-01-05 Peter Stephenson <p.w.stephenson@ntlworld.com> * unposted: Config/version.mk, Doc/Zsh/compsys.yo: update diff --git a/Config/version.mk b/Config/version.mk index 7d49df4f6..9c17c930c 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.5 -VERSION_DATE='January 5, 2014' +VERSION=5.0.5-dev-0 +VERSION_DATE='January 6, 2014' |