diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-08 17:38:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-10 19:41:44 (GMT) |
commit | 1274ce5bf326ba4557c155994d9d0c94f2d4fe3d (patch) | |
tree | 5b78b49e54c8ddfebe9f4a3f91d98a4571595ecc /CMakeLists.txt | |
parent | 2812910950134d1d319ab98e98f49124f435eb39 (diff) | |
download | CMake-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.txt | 2 |
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. |