[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.48 1.97.2.49 ChangeLog.manual 1.1.8.52 1.1.8.53

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 11 08:30:20 EST 2008


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: push a few more changes to 2.4.8


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.48
retrieving revision 1.97.2.49
diff -u -d -r1.97.2.48 -r1.97.2.49
--- CMakeLists.txt	8 Jan 2008 21:40:12 -0000	1.97.2.48
+++ CMakeLists.txt	11 Jan 2008 13:30:17 -0000	1.97.2.49
@@ -7,7 +7,7 @@
 SET(CMake_VERSION_MINOR 4)
 SET(CMake_VERSION_PATCH 8)
 # for an actual release this should not be defined
-SET(CMake_VERSION_RC 11)
+SET(CMake_VERSION_RC 12)
 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.52
retrieving revision 1.1.8.53
diff -u -d -r1.1.8.52 -r1.1.8.53
--- ChangeLog.manual	8 Jan 2008 21:40:12 -0000	1.1.8.52
+++ ChangeLog.manual	11 Jan 2008 13:30:17 -0000	1.1.8.53
@@ -1,3 +1,6 @@
+Changes in CMake 2.4.8 RC 12
+* Fix vs 9 so cmake can find it
+* Fix bug 6230 MODULE install with versions was broken
 Changes in CMake 2.4.8 RC 11
 * Remove ability to select install location for mac (it does not work)
 Changes in CMake 2.4.8 RC 10



More information about the Cmake-commits mailing list