diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-10-08 19:55:33 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-10-08 19:55:33 +0100 |
commit | 185476e70e4a9b33481be13f915c2b3c6f7a311d (patch) | |
tree | 4ab528dbec5e528b9bd8ce38f72a35de80316565 /Config/version.mk | |
parent | 9982ab6fb5266298c056326ed265fc8560202603 (diff) | |
download | zsh-185476e70e4a9b33481be13f915c2b3c6f7a311d.tar.gz zsh-185476e70e4a9b33481be13f915c2b3c6f7a311d.tar.xz zsh-185476e70e4a9b33481be13f915c2b3c6f7a311d.zip |
Update version number to 5.0.7-dev-0 to avoid installation clashes with 5.0.7
Diffstat (limited to 'Config/version.mk')
-rw-r--r-- | Config/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Config/version.mk b/Config/version.mk index 03289c155..eb51638fe 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.7 -VERSION_DATE='October 7, 2014' +VERSION=5.0.7-dev-0 +VERSION_DATE='October 8, 2014' |