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 e21fc7731..8ae674ece 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-25 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: Config/version.mk: 4.3.12-test-3. + 2011-11-24 Simon Ruderich <simon@ruderich.org> * 29916: Completion/Unix/Command/_git: Prevent clash with @@ -15614,5 +15618,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5506 $ +* $Revision: 1.5507 $ ***************************************************** diff --git a/Config/version.mk b/Config/version.mk index 5a6cbe9c9..f1498234d 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.12-test-2 -VERSION_DATE='October 17, 2011' +VERSION=4.3.12-test-3 +VERSION_DATE='November 25, 2011' |