CMake 2.8.12-rc3

This commit is contained in:
Robert Maynard 2013-09-09 13:42:48 -04:00
parent 03c3fa68ea
commit 323f0b5acc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Changes in CMake 2.8.12-rc3 (since 2.8.12-rc2)
----------------------------------------------
Robert Maynard (1):
cmMakefile: Do not track CMake temporary files.
Changes in CMake 2.8.12-rc2 (since 2.8.12-rc1)
----------------------------------------------
Brad King (2):

View File

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