[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.61 1.144.2.62 ChangeLog.manual 1.1.10.59 1.1.10.60

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


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

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


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



More information about the Cmake-commits mailing list