summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-05-05 12:38:53 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-05-05 12:38:53 -0400
commitf3ca3d139c21aacb75fbe2a7bb8291967d6dab07 (patch)
tree82a10dd3636c1424ffc8e245f047dbacf6802c08
parent199b6a338e2686836314addef472f9c7c7d4ab7b (diff)
downloadcmake-f3ca3d139c21aacb75fbe2a7bb8291967d6dab07.tar.gz
ENH: try for 2.6.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72d28d614a..6cbc639eb5 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 0)
-SET(CMake_VERSION_RC 101)
+#SET(CMake_VERSION_RC 1)
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")