diff options
author | dana <dana@dana.is> | 2020-02-06 14:01:53 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2020-02-06 14:01:53 -0600 |
commit | 643de931640e01aa246723d2038328ef33737965 (patch) | |
tree | d88184c1785e1b7cc1cbb279607f126453c989d0 /Config | |
parent | 754fdc6580192e81ecc0628349102308868b4857 (diff) | |
download | zsh-643de931640e01aa246723d2038328ef33737965.tar.gz zsh-643de931640e01aa246723d2038328ef33737965.tar.xz zsh-643de931640e01aa246723d2038328ef33737965.zip |
unposted: Test release: 5.7.1-test-3 zsh-5.7.1-test-3
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 99d8f965c..2ddb92388 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-2 -VERSION_DATE='December 21, 2019' +VERSION=5.7.1-test-3 +VERSION_DATE='February 6, 2020' |