[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.33 1.97.2.34 ChangeLog.manual 1.1.8.37 1.1.8.38

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 6 10:41:12 EDT 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: move to RC 10


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.33
retrieving revision 1.97.2.34
diff -u -d -r1.97.2.33 -r1.97.2.34
--- CMakeLists.txt	5 Jun 2007 13:30:53 -0000	1.97.2.33
+++ CMakeLists.txt	6 Jun 2007 14:41:10 -0000	1.97.2.34
@@ -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 9)
+SET(CMake_VERSION_RC 10)
 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.37
retrieving revision 1.1.8.38
diff -u -d -r1.1.8.37 -r1.1.8.38
--- ChangeLog.manual	5 Jun 2007 13:30:53 -0000	1.1.8.37
+++ ChangeLog.manual	6 Jun 2007 14:41:10 -0000	1.1.8.38
@@ -1,4 +1,6 @@
 Changes in CMake 2.4.7
+--- RC 10 ----
+* Fix rebuild problem with makefiles and cmake vs CMakeSetup 
 --- RC 9 ---
 * Fix problem with \@ in configure files bug# 5130 
 --- RC 8 ---



More information about the Cmake-commits mailing list