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.
This commit is contained in:
Brad King 2009-09-25 13:09:43 -04:00
parent 528097c794
commit 9c626d8f68
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}