CMake 2.8.11-rc3

This commit is contained in:
Robert Maynard 2013-04-18 11:55:10 -04:00
parent dfca68ce89
commit 573f39cb2a
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
Changes in CMake 2.8.11-rc3 (since 2.8.11-rc2)
----------------------------------------------
Brad King (1):
get_filename_component: Document path components more clearly (#14091)
Rolf Eike Beer (1):
try_compile: add missing fclose() to recently added error case
Stephen Kelly (1):
Fix clearing of the INCLUDE_DIRECTORIES DIRECTORY property.
Changes in CMake 2.8.11-rc2 (since 2.8.11-rc1)
----------------------------------------------
Alex Neundorf (6):

View File

@ -3,4 +3,4 @@ set(CMake_VERSION_MAJOR 2)
set(CMake_VERSION_MINOR 8)
set(CMake_VERSION_PATCH 11)
set(CMake_VERSION_TWEAK 0)
set(CMake_VERSION_RC 2)
set(CMake_VERSION_RC 3)