diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-11-25 19:30:26 +0000 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-11-25 19:30:26 +0000 |
| commit | 78abc72f64b03d675922f9a958fdf5d6aa32ab67 (patch) | |
| tree | 595e7b881f27fcf2f4eb36ddd6bd84a501f5acdb | |
| parent | 37208: check for restricted parameter before changing from unset to set (diff) | |
| download | zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.tar zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.tar.gz zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.tar.bz2 zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.tar.lz zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.tar.xz zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.tar.zst zsh-78abc72f64b03d675922f9a958fdf5d6aa32ab67.zip | |
unposted: 5.1.1-test-2zsh-5.1.1-test-25.1.1-test-2
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Config/version.mk | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2015-11-25 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: Config/version.mk: 5.1.1-test-2 + 2015-11-23 Barton E. Schaefer <schaefer@zsh.org> * 37208: Src/params.c: check for restricted parameter before diff --git a/Config/version.mk b/Config/version.mk index ff259cd5b..8e28886ad 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.1.1-test-1 -VERSION_DATE='November 21, 2015' +VERSION=5.1.1-test-2 +VERSION_DATE='November 25, 2015' |
