diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2016-12-21 18:40:13 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2016-12-21 18:40:13 +0000 |
commit | 06b1b7a37a69c9af27f52c9d073c0364bb997dd1 (patch) | |
tree | 89048a997b7ef052c2465e6481d50e7590197f6a /Config | |
parent | 5a98e318b03d78d8d24028c3ff6dd56952d58ac2 (diff) | |
download | zsh-06b1b7a37a69c9af27f52c9d073c0364bb997dd1.tar.gz zsh-06b1b7a37a69c9af27f52c9d073c0364bb997dd1.tar.xz zsh-06b1b7a37a69c9af27f52c9d073c0364bb997dd1.zip |
unposted: Release 5.3.1 zsh-5.3.1
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 f045b7dd1..5f6bd4efa 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.3-dev-0 -VERSION_DATE='December 12, 2016' +VERSION=5.3.1 +VERSION_DATE='December 21, 2016' |