[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.31 1.97.2.32 ChangeLog.manual 1.1.8.35 1.1.8.36

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 1 11:18:51 EDT 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in a few more fixes from the main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.31
retrieving revision 1.97.2.32
diff -u -d -r1.97.2.31 -r1.97.2.32
--- CMakeLists.txt	28 May 2007 14:07:03 -0000	1.97.2.31
+++ CMakeLists.txt	1 Jun 2007 15:18:49 -0000	1.97.2.32
@@ -7,7 +7,7 @@
 SET(CMake_VERSION_MINOR 4)
 SET(CMake_VERSION_PATCH 7)
 # for an actual release this should not be defined
-SET(CMake_VERSION_RC 7)
+SET(CMake_VERSION_RC 8)
 SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")
 SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}")
 

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.8.35
retrieving revision 1.1.8.36
diff -u -d -r1.1.8.35 -r1.1.8.36
--- ChangeLog.manual	28 May 2007 14:07:03 -0000	1.1.8.35
+++ ChangeLog.manual	1 Jun 2007 15:18:49 -0000	1.1.8.36
@@ -1,4 +1,8 @@
 Changes in CMake 2.4.7
+--- RC 8 ---
+* Fix bug 5121 crash with build test on and vs 
+
+* Fix bug 5096 add_library and EXCLUDE_FROM_ALL not working 
 --- RC 7 ---
 * Fix @ in Xcode projects
 



More information about the Cmake-commits mailing list