diff options
author | dana <dana@dana.is> | 2019-12-21 21:04:36 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2019-12-21 21:04:36 -0600 |
commit | 3003463c802dd31355d9bf7ed81efcfcfa832a83 (patch) | |
tree | d3afeb9ea1e54c0f507adfc65c52384f99ae6800 /Config | |
parent | 1a8c69e26fc7e64e1b5e2837d7754a910b6a0c26 (diff) | |
download | zsh-3003463c802dd31355d9bf7ed81efcfcfa832a83.tar.gz zsh-3003463c802dd31355d9bf7ed81efcfcfa832a83.tar.xz zsh-3003463c802dd31355d9bf7ed81efcfcfa832a83.zip |
unposted: Test release: 5.7.1-test-2 zsh-5.7.1-test-2
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 3916113e6..99d8f965c 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-1 -VERSION_DATE='December 14, 2019' +VERSION=5.7.1-test-2 +VERSION_DATE='December 21, 2019' |