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 | |
parent | 1c4c7b6a4d17294df028322b70c53803a402233d (diff) | |
download | zsh-b30b89418af2495c0d48a72573f908c4ecf05efd.tar.gz zsh-b30b89418af2495c0d48a72573f908c4ecf05efd.tar.xz zsh-b30b89418af2495c0d48a72573f908c4ecf05efd.zip |
unposted: Release 5.6. zsh-5.6
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 85d564601..efd638cd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-09-03 Daniel Shahaf <d.s@daniel.shahaf.name> + + * unposted: Config/version.mk: Release 5.6. + 2018-09-03 Anthony Sottile <asottile@umich.edu> * CVE-2018-0502, CVE-2018-13259: Fix two security issues in 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' |