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 78f294a6e..d8f3d50fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-06-27 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: belatedly commit version number update. + 2012-06-26 Barton E. Schaefer <schaefer@zsh.org> * 30533: Src/utils.c: when processing a change in the value of @@ -16424,5 +16428,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5675 $ +* $Revision: 1.5676 $ ***************************************************** diff --git a/Config/version.mk b/Config/version.mk index 93b875b6a..b755310aa 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-dev-0 -VERSION_DATE='February 26, 2012' +VERSION=4.3.17-test-1 +VERSION_DATE='June 24, 2012' |