summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9342611540..7fcfc55d53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -352,9 +352,9 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
#-----------------------------------------------------------------------
# The CMake version number.
SET(CMake_VERSION_MAJOR 2)
-SET(CMake_VERSION_MINOR 5)
+SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 0)
-
+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]$")