From afd8448d0d5a7c351a223c5f01bef92dd3f0baf6 Mon Sep 17 00:00:00 2001
From: Ken Martin <ken.martin@kitware.com>
Date: Thu, 6 Mar 2008 15:51:51 -0500
Subject: BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5

---
 Source/cmListFileCache.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx
index d76df60..a5d927a 100644
--- a/Source/cmListFileCache.cxx
+++ b/Source/cmListFileCache.cxx
@@ -143,7 +143,7 @@ bool cmListFile::ParseFile(const char* filename,
           GetCacheValue("CMAKE_BACKWARDS_COMPATIBILITY"))
       {
         mf->AddCacheDefinition
-          ("CMAKE_BACKWARDS_COMPATIBILITY", "2.4",
+          ("CMAKE_BACKWARDS_COMPATIBILITY", "2.5",
            "For backwards compatibility, what version of CMake commands and "
            "syntax should this version of CMake try to support.",
            cmCacheManager::STRING);
-- 
cgit v0.12