diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 1ab704206..d8540140b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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' |