[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.28 1.144.2.29 ChangeLog.manual 1.1.10.27 1.1.10.28

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 14 12:24:36 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: add cmCPackComponentGroup to build


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.28
retrieving revision 1.144.2.29
diff -C 2 -d -r1.144.2.28 -r1.144.2.29
*** CMakeLists.txt	13 Jul 2008 21:55:23 -0000	1.144.2.28
--- CMakeLists.txt	14 Jul 2008 16:24:34 -0000	1.144.2.29
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 1)
! SET(CMake_VERSION_RC 7)
  # 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 8)
  # 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.27
retrieving revision 1.1.10.28
diff -C 2 -d -r1.1.10.27 -r1.1.10.28
*** ChangeLog.manual	13 Jul 2008 21:55:23 -0000	1.1.10.27
--- ChangeLog.manual	14 Jul 2008 16:24:34 -0000	1.1.10.28
***************
*** 1,2 ****
--- 1,5 ----
+ Changes in CMake 2.6.1 RC 8
+ - Fix build problem with missing cpack file
+ 
  Changes in CMake 2.6.1 RC 7
  - More fixes for CPack components functionality



More information about the Cmake-commits mailing list