CMake 2.8.5

This commit is contained in:
David Cole 2011-07-08 07:12:50 -04:00
parent 5a26d3a525
commit ee1c6a5b06
2 changed files with 7 additions and 1 deletions

View File

@ -418,7 +418,7 @@ SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 8) SET(CMake_VERSION_MINOR 8)
SET(CMake_VERSION_PATCH 5) SET(CMake_VERSION_PATCH 5)
SET(CMake_VERSION_TWEAK 0) SET(CMake_VERSION_TWEAK 0)
SET(CMake_VERSION_RC 3) #SET(CMake_VERSION_RC 3)
# Releases define a tweak level. # Releases define a tweak level.
IF(DEFINED CMake_VERSION_TWEAK) IF(DEFINED CMake_VERSION_TWEAK)

View File

@ -1,3 +1,9 @@
Changes in CMake 2.8.5 (since 2.8.5-rc3)
--------------------------------------------
Brad King (1):
Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
(this revert means that issue #4147 has been re-opened)
Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2) Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2)
-------------------------------------------- --------------------------------------------
Bill Hoffman (4): Bill Hoffman (4):