diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-09-03 15:09:46 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-09-03 15:09:57 +0000 |
commit | b30b89418af2495c0d48a72573f908c4ecf05efd (patch) | |
tree | a853b2753ca704ba304984c86a8c504300cd8667 /Config | |
parent | 1c4c7b6a4d17294df028322b70c53803a402233d (diff) | |
download | zsh-b30b89418af2495c0d48a72573f908c4ecf05efd.tar.gz zsh-b30b89418af2495c0d48a72573f908c4ecf05efd.tar.xz zsh-b30b89418af2495c0d48a72573f908c4ecf05efd.zip |
unposted: Release 5.6. zsh-5.6
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 0bea45b5b..6bd5734bf 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.5.1-test-2 -VERSION_DATE='August 26, 2018' +VERSION=5.6 +VERSION_DATE='September 3, 2018' |