diff options
author | Peter Stephenson <pws@zsh.org> | 2015-02-19 10:22:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-02-19 10:22:40 +0000 |
commit | 52e938bac954d6d503e180287bcf657187ef8803 (patch) | |
tree | 9ecb73af443d7a2953c39462a3c55ad181ac8cc8 /Config/version.mk | |
parent | 9b21dcada9d678da6d23c7e03c68eca926e3ff3e (diff) | |
download | zsh-52e938bac954d6d503e180287bcf657187ef8803.tar.gz zsh-52e938bac954d6d503e180287bcf657187ef8803.tar.xz zsh-52e938bac954d6d503e180287bcf657187ef8803.zip |
34570: Another nasty command / math substituion thing.
Mark arithmetic substitutions with tokens to make sure the substitution go knows what to do. Before it was guessing by counting the parentheses at the end.
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 eb51638fe..a8eafa5fe 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-dev-0 -VERSION_DATE='October 8, 2014' +VERSION=5.0.7-dev-1 +VERSION_DATE='February 19, 2014' |