[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.60 1.144.2.61 ChangeLog.manual 1.1.10.58 1.1.10.59

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 19 11:17:29 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
BUG: fix xcode depend issue again on branch


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.60
retrieving revision 1.144.2.61
diff -C 2 -d -r1.144.2.60 -r1.144.2.61
*** CMakeLists.txt	18 Feb 2009 17:40:26 -0000	1.144.2.60
--- CMakeLists.txt	19 Feb 2009 16:17:25 -0000	1.144.2.61
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 15)
  # 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 16)
  # 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.58
retrieving revision 1.1.10.59
diff -C 2 -d -r1.1.10.58 -r1.1.10.59
*** ChangeLog.manual	18 Feb 2009 17:40:26 -0000	1.1.10.58
--- ChangeLog.manual	19 Feb 2009 16:17:26 -0000	1.1.10.59
***************
*** 1,2 ****
--- 1,5 ----
+ Changes in CMake 2.6.3 RC 16
+ - Fix Xcode rebuild issue again...
+ 
  Changes in CMake 2.6.3 RC 15
  - Fix Xcode rebuild issue with static libraries



More information about the Cmake-commits mailing list