diff options
author | dana <dana@dana.is> | 2019-12-14 12:50:58 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2019-12-14 12:50:58 -0600 |
commit | 5ed3dde0d220dcc6d8503a644a50e661d877bf2c (patch) | |
tree | 632dbec5107f2391b88d094953166b2f983b1f0c /Config | |
parent | cb4dc956439140ca595b2b7dfd511efaa22d1e22 (diff) | |
download | zsh-5ed3dde0d220dcc6d8503a644a50e661d877bf2c.tar.gz zsh-5ed3dde0d220dcc6d8503a644a50e661d877bf2c.tar.xz zsh-5ed3dde0d220dcc6d8503a644a50e661d877bf2c.zip |
unposted: Test release: 5.7.1-test-1 zsh-5.7.1-test-1
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 e4fda2f16..3916113e6 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-dev-0 -VERSION_DATE='February 4, 2019' +VERSION=5.7.1-test-1 +VERSION_DATE='December 14, 2019' |