[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.56 1.144.2.57 ChangeLog.manual 1.1.10.53 1.1.10.54

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 6 16:15:18 EST 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv32651

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: fix osx bundle re-config issue on branch RC 12


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.56
retrieving revision 1.144.2.57
diff -C 2 -d -r1.144.2.56 -r1.144.2.57
*** CMakeLists.txt	4 Feb 2009 22:04:47 -0000	1.144.2.56
--- CMakeLists.txt	6 Feb 2009 21:15:15 -0000	1.144.2.57
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 11)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable
--- 355,359 ----
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 12)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.10.53
retrieving revision 1.1.10.54
diff -C 2 -d -r1.1.10.53 -r1.1.10.54
*** ChangeLog.manual	4 Feb 2009 22:04:47 -0000	1.1.10.53
--- ChangeLog.manual	6 Feb 2009 21:15:15 -0000	1.1.10.54
***************
*** 1,2 ****
--- 1,5 ----
+ Changes in CMake 2.6.3 RC 12
+ - Fix bug #8465 MACOSX_BUNDLE triggers re-configuration after build
+ 
  Changes in CMake 2.6.3 RC 11
  - Fix old-style install to prefix top



More information about the Cmake-commits mailing list