diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-12-14 19:51:20 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-12-14 19:51:20 +0000 |
commit | b0d29667d32120019a1f333266539dcd136f659b (patch) | |
tree | 03f6614a752c1a7fd6a991f53251de43788154cb | |
parent | beb40845d9977b662c191b354cf6ecb4dabe3df5 (diff) | |
download | zsh-b0d29667d32120019a1f333266539dcd136f659b.tar.gz zsh-b0d29667d32120019a1f333266539dcd136f659b.tar.xz zsh-b0d29667d32120019a1f333266539dcd136f659b.zip |
unposted: release 5.0.3 zsh-5.0.3
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 24cd4b86b..02722f1c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-14 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: version 5.0.3, finally. + 2013-12-13 Barton E. Schaefer <schaefer@zsh.org> * Martin Vaeth: 32105: Util/helpfiles: support all combinations of diff --git a/Config/version.mk b/Config/version.mk index 9abdcdc01..2b87d1aa9 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.2-test-3 -VERSION_DATE='December 1, 2013' +VERSION=5.0.3 +VERSION_DATE='December 14, 2013' |