[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.31 1.144.2.32 ChangeLog.manual 1.1.10.30 1.1.10.31

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 18 11:24:27 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in fix for xcode 3.1 build from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.31
retrieving revision 1.144.2.32
diff -C 2 -d -r1.144.2.31 -r1.144.2.32
*** CMakeLists.txt	17 Jul 2008 14:14:25 -0000	1.144.2.31
--- CMakeLists.txt	18 Jul 2008 15:24:25 -0000	1.144.2.32
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 1)
! SET(CMake_VERSION_RC 10)
  # 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 1)
! SET(CMake_VERSION_RC 11)
  # 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.30
retrieving revision 1.1.10.31
diff -C 2 -d -r1.1.10.30 -r1.1.10.31
*** ChangeLog.manual	17 Jul 2008 14:14:25 -0000	1.1.10.30
--- ChangeLog.manual	18 Jul 2008 15:24:25 -0000	1.1.10.31
***************
*** 1,2 ****
--- 1,4 ----
+ Changes in CMake 2.6.1 RC 11
+ - Fix curl build issue with Xcode 3.1
  Changes in CMake 2.6.1 RC 10
  - Add a fix for bug # 7340, CMAKE_USER_MAKE_RULES_OVERRIDE was



More information about the Cmake-commits mailing list