diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-08-28 19:07:04 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-08-28 19:07:04 +0100 |
commit | 5dd476786ccafd698816608ed87bbea7d1b210b2 (patch) | |
tree | 81861df3e13b61073a082dbd6ea49527b0474d39 /Config/version.mk | |
parent | cc69eef1cd835cd8d3f33960e9f616c894e7ae4f (diff) | |
download | zsh-5dd476786ccafd698816608ed87bbea7d1b210b2.tar.gz zsh-5dd476786ccafd698816608ed87bbea7d1b210b2.tar.xz zsh-5dd476786ccafd698816608ed87bbea7d1b210b2.zip |
Release 5.0.6 zsh-5.0.6
Diffstat (limited to 'Config/version.mk')
-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 78f1490ef..949f58af4 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.0.5-dev-3 -VERSION_DATE='August 24, 2014' +VERSION=5.0.6 +VERSION_DATE='August 28, 2014' |