[cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Stephen Kelly
Hi, I pushed a branch updating the version number of new policies and a version number generated in export files a few months ago. I just left it as a reminder to bump merge the bumps at RC time. The branch was deleted soon after though. Is the release branch going to get a similar change

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Brad King
On 08/14/2013 09:14 AM, Stephen Kelly wrote: I pushed a branch updating the version number of new policies and a version number generated in export files a few months ago. I just left it as a reminder to bump merge the bumps at RC time. The branch was deleted soon after though. Is the

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Stephen Kelly
Brad King wrote: I added a commit to update the versions: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07c16eec I'll have to re-create the release branch tomorrow after this is tested. You missed the version in Source/cmExportInstallFileGenerator.cxx See commit 574fec97fd011

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Brad King
On 08/14/2013 11:00 AM, Brad King wrote: On 08/14/2013 10:59 AM, Stephen Kelly wrote: Brad King wrote: I added a commit to update the versions: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07c16eec I'll have to re-create the release branch tomorrow after this is tested. You

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Stephen Kelly
Brad King wrote: On 08/14/2013 10:59 AM, Stephen Kelly wrote: Brad King wrote: I added a commit to update the versions: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07c16eec I'll have to re-create the release branch tomorrow after this is tested. You missed the version in

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Stephen Kelly
Brad King wrote: On 08/14/2013 11:00 AM, Brad King wrote: On 08/14/2013 10:59 AM, Stephen Kelly wrote: Brad King wrote: I added a commit to update the versions: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07c16eec I'll have to re-create the release branch tomorrow after this is

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Brad King
On 08/14/2013 11:09 AM, Stephen Kelly wrote: That breaks the ExportImport unit test, because is is used in a version_greater check and the version bump to 2.8.12 is only in the release branch. As I hinted in my sibling response this check can remain on a 2.8.11.date version. We sort-of

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Brad King
On 08/14/2013 11:14 AM, Stephen Kelly wrote: It's not very pretty though for the final release to tell people that they should install '2.8.11.20130626 or later' instead of '2.8.12 or later', which is what we really intend to communicate. Okay, I'll bump that version at the same time as the

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread David Cole
We should (maybe I will if I get time to spend on it) write a test that executes something like this command: $ git grep -E [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].*cmPolicies Source/cmPolicies.cxx:2,8,11,20130516, cmPolicies::WARN); Source/cmPolicies.cxx:2,8,11,20130516,

Re: [cmake-developers] Version number updates for 2.8.12

2013-08-14 Thread Brad King
On 08/14/2013 01:02 PM, David Cole wrote: We should (maybe I will if I get time to spend on it) write a test that executes something like this command: $ git grep -E [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].*cmPolicies Source/cmPolicies.cxx:2,8,11,20130516, cmPolicies::WARN);