summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-03-08 17:38:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-03-10 19:41:44 (GMT)
commit1274ce5bf326ba4557c155994d9d0c94f2d4fe3d (patch)
tree5b78b49e54c8ddfebe9f4a3f91d98a4571595ecc /CMakeLists.txt
parent2812910950134d1d319ab98e98f49124f435eb39 (diff)
downloadCMake-1274ce5bf326ba4557c155994d9d0c94f2d4fe3d.zip
CMake-1274ce5bf326ba4557c155994d9d0c94f2d4fe3d.tar.gz
CMake-1274ce5bf326ba4557c155994d9d0c94f2d4fe3d.tar.bz2
CMake 2.8.1-rc5
Fix Qt with OpenGL on the Mac. Add .git .bzr and .hg to the list of default CPack ignore directories. Bump RC number Update ChangeLog.manual
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1eb558b..93d6c43 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -329,7 +329,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 8)
SET(CMake_VERSION_PATCH 1)
-SET(CMake_VERSION_RC 4)
+SET(CMake_VERSION_RC 5)
# We use odd minor numbers for development versions.
# Use a date for the development patch level.