summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-08-01 11:03:41 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-08-01 11:03:41 -0400
commit5755d59167192fa1e4a25fefba8239b8673855b1 (patch)
tree9f98620afdd13cc3f772d1344b1db4c1ae57d2c6
parent3c2ab51c520e5a0f03ceb65de4c570c6e643654a (diff)
downloadcmake-2.6.1.tar.gz
ENH: final 2.6.1v2.6.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ae365685a..574871514e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -354,7 +354,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 1)
-SET(CMake_VERSION_RC 16)
+#SET(CMake_VERSION_RC 16)
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")