diff options
author | Brad King <brad.king@kitware.com> | 2010-06-24 14:46:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-24 14:46:48 (GMT) |
commit | be4b3c905ee893f3e795ff01984e63065ed27229 (patch) | |
tree | de95f94eb81a30b329657e12800bd97c05518003 /CMakeLists.txt | |
parent | ec10d005ce038281e634357697dcf223674fae77 (diff) | |
parent | 7f662c5c629e768959a679bfd732c2799c324705 (diff) | |
download | CMake-be4b3c905ee893f3e795ff01984e63065ed27229.zip CMake-be4b3c905ee893f3e795ff01984e63065ed27229.tar.gz CMake-be4b3c905ee893f3e795ff01984e63065ed27229.tar.bz2 |
Merge branch 'release'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bd90163..9c26017 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -339,9 +339,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 3) # Releases define a tweak level. IF(DEFINED CMake_VERSION_TWEAK) |