diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 3d183541a..0fd206a03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-07 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: Etc/version.mk: update version to 4.3.14-dev-0 to + avoid installs clashing with release. + 2011-12-07 Oliver Kiddle <okiddle@yahoo.co.uk> * 29952: Src/glob.c: fix cut'n'paste error in nanosecond @@ -15662,5 +15667,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5518 $ +* $Revision: 1.5519 $ ***************************************************** diff --git a/Config/version.mk b/Config/version.mk index 0380bcba2..fa196ae5c 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.14 -VERSION_DATE='December 6, 2011' +VERSION=4.3.14-dev-0 +VERSION_DATE='December 7, 2011' |