diff options
author | Brad King <brad.king@kitware.com> | 2010-10-06 14:39:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-10-06 14:39:10 (GMT) |
commit | 5e6ba7d82d8c1e3ed8f7595cfd29cea0839be020 (patch) | |
tree | e6bd33a953cd838d376d23263b5ea46ba9fd3a80 /CMakeLists.txt | |
parent | 07fcb60ac56930b171be6ae97b7dfd9d2a493cd8 (diff) | |
download | CMake-5e6ba7d82d8c1e3ed8f7595cfd29cea0839be020.zip CMake-5e6ba7d82d8c1e3ed8f7595cfd29cea0839be020.tar.gz CMake-5e6ba7d82d8c1e3ed8f7595cfd29cea0839be020.tar.bz2 |
CMake 2.8.3-rc2
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 60ee9e5..c18c8d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -420,7 +420,7 @@ SET(CMake_VERSION_MAJOR 2) SET(CMake_VERSION_MINOR 8) SET(CMake_VERSION_PATCH 3) SET(CMake_VERSION_TWEAK 0) -SET(CMake_VERSION_RC 1) +SET(CMake_VERSION_RC 2) # Releases define a tweak level. IF(DEFINED CMake_VERSION_TWEAK) |