diff options
author | Brad King <brad.king@kitware.com> | 2010-06-22 14:06:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-22 14:06:53 (GMT) |
commit | 9d7fa8b59c8b6f164459f4e9a14e445f38e3964b (patch) | |
tree | 6f8872347f9ee496c5005e3181e3dd90cf73ca24 /CMakeLists.txt | |
parent | d39ffaa261488aabeb57ecba6fadba18e20ba12e (diff) | |
parent | 5b3987bc4198e27f1ab060cd31a095ab1e532d32 (diff) | |
download | CMake-9d7fa8b59c8b6f164459f4e9a14e445f38e3964b.zip CMake-9d7fa8b59c8b6f164459f4e9a14e445f38e3964b.tar.gz CMake-9d7fa8b59c8b6f164459f4e9a14e445f38e3964b.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..3945be7 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 2) # Releases define a tweak level. IF(DEFINED CMake_VERSION_TWEAK) |