diff options
author | dana <dana@dana.is> | 2019-01-05 00:03:07 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2019-01-05 00:03:07 -0600 |
commit | 325fceab3b4ffa871777bacc420e0e8efcb0afb9 (patch) | |
tree | 35886519bfd4a7f12221fc682d708660e9b91ffc /Config | |
parent | 35c7b0f9e9724e58887beb53a2c297e50a41df0f (diff) | |
download | zsh-325fceab3b4ffa871777bacc420e0e8efcb0afb9.tar.gz zsh-325fceab3b4ffa871777bacc420e0e8efcb0afb9.tar.xz zsh-325fceab3b4ffa871777bacc420e0e8efcb0afb9.zip |
unposted: Update for 5.6.2-test-3 zsh-5.6.2-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 099b9bb58..8d59d6dc4 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-2 -VERSION_DATE='December 19, 2018' +VERSION=5.6.2-test-3 +VERSION_DATE='January 5, 2019' |