diff options
author | dana <dana@dana.is> | 2020-02-14 11:30:56 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2020-02-14 16:08:55 -0600 |
commit | 77d203f3fbbd76386bf197f9776269a1de580bb5 (patch) | |
tree | 3f1624fcfd8fe20d28fd9d1ac93a8701efb9528a /Config | |
parent | 4bec892059cf3e95ab256c3fcbc85daaa648c2d9 (diff) | |
download | zsh-77d203f3fbbd76386bf197f9776269a1de580bb5.tar.gz zsh-77d203f3fbbd76386bf197f9776269a1de580bb5.tar.xz zsh-77d203f3fbbd76386bf197f9776269a1de580bb5.zip |
unposted: Release 5.8 zsh-5.8
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 2ddb92388..264c11c6b 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.7.1-test-3 -VERSION_DATE='February 6, 2020' +VERSION=5.8 +VERSION_DATE='February 14, 2020' |