diff options
author | dana <dana@dana.is> | 2022-02-12 06:41:26 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2022-02-12 10:32:37 -0600 |
commit | e10c75d5249ed6ea6a92eb4ff96c7b973e1c4fe6 (patch) | |
tree | 10bcbe7f2e89111231f7eb32d9c366c8ec51ad17 /Config | |
parent | 2b66ed35b014b3d93f37a67951c2bd00916c9370 (diff) | |
download | zsh-e10c75d5249ed6ea6a92eb4ff96c7b973e1c4fe6.tar.gz zsh-e10c75d5249ed6ea6a92eb4ff96c7b973e1c4fe6.tar.xz zsh-e10c75d5249ed6ea6a92eb4ff96c7b973e1c4fe6.zip |
unposted: Release 5.8.1
(cherry picked from commit 1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5)
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 7ecfd35ba..d397f13ba 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.0.2-dev -VERSION_DATE='March 19, 2020' +VERSION=5.8.1 +VERSION_DATE='February 12, 2022' |