diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-08-08 13:51:43 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-08-08 13:51:47 +0000 |
commit | 36185563f8fd263cf5138c69c0edd17c33cda1d2 (patch) | |
tree | f5fd3d92ac1ad6af6f41c31697e4f42fc49db490 /Config | |
parent | 9ecaeefa47a18e50d2f6fe0dde61de5b91eb17e0 (diff) | |
download | zsh-36185563f8fd263cf5138c69c0edd17c33cda1d2.tar.gz zsh-36185563f8fd263cf5138c69c0edd17c33cda1d2.tar.xz zsh-36185563f8fd263cf5138c69c0edd17c33cda1d2.zip |
unposted: Post-release version number bump to 5.4-dev-0.
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 e6c48050f..3bb01dd56 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.4 -VERSION_DATE='August 7, 2017' +VERSION=5.4-dev-0 +VERSION_DATE='August 8, 2017' |