diff options
author | Brad King <brad.king@kitware.com> | 2010-06-24 14:48:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-24 14:48:52 (GMT) |
commit | e010d1f688cac98f690e68f95f05c6763d806add (patch) | |
tree | e381bdd09bc0d97f22af62b8bb35e8f09172d7d6 /CMakeLists.txt | |
parent | be4b3c905ee893f3e795ff01984e63065ed27229 (diff) | |
download | CMake-e010d1f688cac98f690e68f95f05c6763d806add.zip CMake-e010d1f688cac98f690e68f95f05c6763d806add.tar.gz CMake-e010d1f688cac98f690e68f95f05c6763d806add.tar.bz2 |
CMake 2.8.2-rc4
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 9c26017..c6ad85e 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 3) +SET(CMake_VERSION_RC 4) # Releases define a tweak level. IF(DEFINED CMake_VERSION_TWEAK) |