summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-09-25 17:09:43 (GMT)
committerBrad King <brad.king@kitware.com>2009-09-25 17:09:43 (GMT)
commit9c626d8f68b6ec35204c79e936e16a7a7d7471d0 (patch)
tree0eaeb122956995acce181524b1011cd7966ac399
parent528097c7942ec6ab4081a1a719338be874777876 (diff)
downloadCMake-9c626d8f68b6ec35204c79e936e16a7a7d7471d0.zip
CMake-9c626d8f68b6ec35204c79e936e16a7a7d7471d0.tar.gz
CMake-9c626d8f68b6ec35204c79e936e16a7a7d7471d0.tar.bz2
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.
-rw-r--r--Source/cmPolicies.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index ae39904..ffba3cb 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);
}