diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-24 20:04:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-24 20:04:14 (GMT) |
commit | b54aa80e5a41d77894dbd287217a482abdafe48c (patch) | |
tree | d5a7674ece8afba619776f2e2595c5ac194ffa57 /CMakeLists.txt | |
parent | c181408ad83e7ef7b2cfaf9f16c933373135b030 (diff) | |
download | CMake-b54aa80e5a41d77894dbd287217a482abdafe48c.zip CMake-b54aa80e5a41d77894dbd287217a482abdafe48c.tar.gz CMake-b54aa80e5a41d77894dbd287217a482abdafe48c.tar.bz2 |
CVS is now 2.9
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dc96548..38135bb 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. |