CVS is now 2.9

This commit is contained in:
Bill Hoffman 2009-09-24 16:04:14 -04:00
parent c181408ad8
commit b54aa80e5a
1 changed files with 1 additions and 1 deletions

View File

@ -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.