From 9c626d8f68b6ec35204c79e936e16a7a7d7471d0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 25 Sep 2009 13:09:43 -0400 Subject: [PATCH] Policies 14 and 15 will be first released in 2.8.0 CMake policies CMP0014 and CMP0015 were implemented in the development series version 2.7.x but will be first released in 2.8.0. Now that the development version number is higher than that (2.9.x) we can update their version of introduction to the actual release number. --- Source/cmPolicies.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index ae3990489..ffba3cb1b 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -398,7 +398,7 @@ cmPolicies::cmPolicies() "the case is an error. " "The OLD behavior for this policy is to silently ignore the problem. " "The NEW behavior for this policy is to report an error.", - 2,7,20090902, cmPolicies::WARN); + 2,8,0, cmPolicies::WARN); this->DefinePolicy( CMP0015, "CMP0015", @@ -428,7 +428,7 @@ cmPolicies::cmPolicies() "The OLD behavior for this policy is to leave conflicting local " "variable values untouched and hide the true cache value. " "The NEW behavior for this policy is to always expose the cache value.", - 2,7,20090910, cmPolicies::WARN); + 2,8,0, cmPolicies::WARN); }