CMake 2.8.2-rc1

This commit is contained in:
Brad King 2010-06-11 14:39:37 -04:00
parent b9e3c243d4
commit a12da80c77
1 changed files with 3 additions and 3 deletions

View File

@ -338,9 +338,9 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
# The CMake version number.
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 8)
SET(CMake_VERSION_PATCH 1)
#SET(CMake_VERSION_TWEAK 0)
#SET(CMake_VERSION_RC 1)
SET(CMake_VERSION_PATCH 2)
SET(CMake_VERSION_TWEAK 0)
SET(CMake_VERSION_RC 1)
# Releases define a tweak level.
IF(DEFINED CMake_VERSION_TWEAK)