diff options
author | Brad King <brad.king@kitware.com> | 2009-11-13 14:07:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-11-13 14:07:10 (GMT) |
commit | 612409e5b01a7e4823bb379ee9e002177793eb75 (patch) | |
tree | 58cf3644c81c5f0076af309c9b1a2273ed63ad31 /CMakeLists.txt | |
parent | d2715cae493a16e9187d8e43f36fab90e3239184 (diff) | |
download | CMake-612409e5b01a7e4823bb379ee9e002177793eb75.zip CMake-612409e5b01a7e4823bb379ee9e002177793eb75.tar.gz CMake-612409e5b01a7e4823bb379ee9e002177793eb75.tar.bz2 |
CMake 2.8.0v2.8.0
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 7dff855..872370a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -316,7 +316,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES) SET(CMake_VERSION_MAJOR 2) SET(CMake_VERSION_MINOR 8) SET(CMake_VERSION_PATCH 0) -SET(CMake_VERSION_RC 7) +#SET(CMake_VERSION_RC 8) # We use odd minor numbers for development versions. # Use a date for the development patch level. |