diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-10-12 09:24:00 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-10-12 09:25:04 +0100 |
commit | fa5b9bf6ee103c0456b45e760f59b440c4501a79 (patch) | |
tree | 54ab683e286474998cc85c86e852c9724030771f /Config | |
parent | 995a56cf0103b14d9741af40f96f6a741e82b469 (diff) | |
download | zsh-fa5b9bf6ee103c0456b45e760f59b440c4501a79.tar.gz zsh-fa5b9bf6ee103c0456b45e760f59b440c4501a79.tar.xz zsh-fa5b9bf6ee103c0456b45e760f59b440c4501a79.zip |
43674: Split more PM_ flags for variables and functions.
This avoids using sign bit. Also bump dev version because of wordcode incompatibility.
Diffstat (limited to 'Config')
-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 8448544b1..03f6cbf8f 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.6.2-dev-0 -VERSION_DATE='September 15, 2018' +VERSION=5.6.2-dev-1 +VERSION_DATE='October 11, 2018' |