diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-04-10 09:15:34 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-04-10 09:15:34 +0100 |
commit | 913509741932798106bfb47075d1d20a8ced0c7c (patch) | |
tree | f9d42c0c852041075a9a74753ef327cb615d0471 /Config | |
parent | 96f393f917057cc1650746f4eff1bdd0ad992b92 (diff) | |
download | zsh-913509741932798106bfb47075d1d20a8ced0c7c.tar.gz zsh-913509741932798106bfb47075d1d20a8ced0c7c.tar.xz zsh-913509741932798106bfb47075d1d20a8ced0c7c.zip |
unposted: update dev version to 5.5-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 73aababd5..9c001c8e6 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 -VERSION_DATE='April 8, 2018' +VERSION=5.5-dev-0 +VERSION_DATE='April 10, 2018' |