diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2012-07-21 18:33:48 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-07-21 18:33:48 +0000 |
| commit | e27142d45686cacc6ed155e5045b97dd6243d44c (patch) | |
| tree | 8c9edc825c4174801a8bb47ca01989ed1b4efd22 | |
| parent | users/17051: explicit IFS for "read" in compinit (diff) | |
| download | zsh-5.0.0.tar zsh-5.0.0.tar.gz zsh-5.0.0.tar.bz2 zsh-5.0.0.tar.lz zsh-5.0.0.tar.xz zsh-5.0.0.tar.zst zsh-5.0.0.zip | |
update to 5.0.0 releasezsh-5.0.0
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | Config/version.mk | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2012-07-21 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: update for 5.0.0 release. + 2012-07-17 Barton E. Schaefer <schaefer@zsh.org> * users/17051 (cf. 30571): Completion/compinit: explicit IFS for @@ -16452,5 +16456,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5680 $ +* $Revision: 1.5681 $ ***************************************************** diff --git a/Config/version.mk b/Config/version.mk index ecb4b309d..4832aae11 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=4.3.17-test-2 -VERSION_DATE='July 15, 2012' +VERSION=5.0.0 +VERSION_DATE='July 21, 2012' |
