summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-24 16:04:14 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-24 16:04:14 -0400
commitb54aa80e5a41d77894dbd287217a482abdafe48c (patch)
treed5a7674ece8afba619776f2e2595c5ac194ffa57 /CMakeLists.txt
parentc181408ad83e7ef7b2cfaf9f16c933373135b030 (diff)
downloadcmake-b54aa80e5a41d77894dbd287217a482abdafe48c.tar.gz
CVS is now 2.9
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc96548fb0..38135bb6f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -301,7 +301,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
#-----------------------------------------------------------------------
# The CMake version number.
SET(CMake_VERSION_MAJOR 2)
-SET(CMake_VERSION_MINOR 7)
+SET(CMake_VERSION_MINOR 9)
SET(CMake_VERSION_PATCH 0)
# We use odd minor numbers for development versions.