diff options
author | dana <dana@dana.is> | 2019-01-24 12:42:52 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2019-01-24 12:42:52 -0600 |
commit | 9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14 (patch) | |
tree | 56036fea4df46c9e8b3989af676ca28b54b9119a /Config | |
parent | e3cab52ca26f5c5c4c07c481406d841a3b69de60 (diff) | |
download | zsh-9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14.tar.gz zsh-9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14.tar.xz zsh-9799d0f9a2bd3a13fe52dbb9bc4d86f874dc1e14.zip |
unposted: Release 5.7 zsh-5.7
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 8d59d6dc4..4f95a40da 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.6.2-test-3 -VERSION_DATE='January 5, 2019' +VERSION=5.7 +VERSION_DATE='January 24, 2019' |