diff options
author | dana <dana@dana.is> | 2022-05-14 13:59:21 -0500 |
---|---|---|
committer | dana <dana@dana.is> | 2022-05-14 13:59:21 -0500 |
commit | 73d317384c9225e46d66444f93b46f0fbe7084ef (patch) | |
tree | cf8c91305e3ffb8271447bd2686b1ae17dd74566 | |
parent | c190883a0a76cee5ffc951728a539fe7f9d71feb (diff) | |
download | zsh-73d317384c9225e46d66444f93b46f0fbe7084ef.tar.gz zsh-73d317384c9225e46d66444f93b46f0fbe7084ef.tar.xz zsh-73d317384c9225e46d66444f93b46f0fbe7084ef.zip |
unposted: Release 5.9 zsh-5.9
-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 f5a8b66bd..5425b198f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-05-14 dana <dana@dana.is> + + * unposted: Config/version.mk: Update for 5.9 + 2022-05-11 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 50192: Src/openssh_bsd_setres_id.c: use set{u,g}id() instead of diff --git a/Config/version.mk b/Config/version.mk index ee6058b0d..524c87246 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.8.1.3-test -VERSION_DATE='May 1, 2022' +VERSION=5.9 +VERSION_DATE='May 14, 2022' |