diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-08-25 22:37:23 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-08-25 22:37:23 +0000 |
commit | ef61918398517473b9b594690a3be375f607cebe (patch) | |
tree | b50dad539c7b87b2bd230ba1a8b8a9e7e474bf75 /Config | |
parent | 6a5a11c5fe8e3f85717a094f55ae3669b1f08836 (diff) | |
download | zsh-ef61918398517473b9b594690a3be375f607cebe.tar.gz zsh-ef61918398517473b9b594690a3be375f607cebe.tar.xz zsh-ef61918398517473b9b594690a3be375f607cebe.zip |
Test release: 5.5.1-test-2. zsh-5.5.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 eb4b7eaba..0bea45b5b 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.5.1-test-1 -VERSION_DATE='August 25, 2018' +VERSION=5.5.1-test-2 +VERSION_DATE='August 26, 2018' |