diff options
author | Brad King <brad.king@kitware.com> | 2010-06-28 14:23:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-28 14:23:40 (GMT) |
commit | f9116d0225f0c96a20b508510cffb621e116ac28 (patch) | |
tree | 7fa33cc6dc5eafacee74c8fcdf480b8cd7f02363 /CMakeLists.txt | |
parent | 11756b9608c7cf59a832296790b6938614cd6597 (diff) | |
download | CMake-f9116d0225f0c96a20b508510cffb621e116ac28.zip CMake-f9116d0225f0c96a20b508510cffb621e116ac28.tar.gz CMake-f9116d0225f0c96a20b508510cffb621e116ac28.tar.bz2 |
CMake 2.8.2v2.8.2
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 c6ad85e..23dd2a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -341,7 +341,7 @@ SET(CMake_VERSION_MAJOR 2) SET(CMake_VERSION_MINOR 8) SET(CMake_VERSION_PATCH 2) SET(CMake_VERSION_TWEAK 0) -SET(CMake_VERSION_RC 4) +#SET(CMake_VERSION_RC 4) # Releases define a tweak level. IF(DEFINED CMake_VERSION_TWEAK) |