[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.49 1.97.2.50 ChangeLog.manual 1.1.8.53 1.1.8.54

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 15 16:02:33 EST 2008


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: move more stuff over and get vs 9 working


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.49
retrieving revision 1.97.2.50
diff -u -d -r1.97.2.49 -r1.97.2.50
--- CMakeLists.txt	11 Jan 2008 13:30:17 -0000	1.97.2.49
+++ CMakeLists.txt	15 Jan 2008 21:02:31 -0000	1.97.2.50
@@ -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 12)
+SET(CMake_VERSION_RC 13)
 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.53
retrieving revision 1.1.8.54
diff -u -d -r1.1.8.53 -r1.1.8.54
--- ChangeLog.manual	11 Jan 2008 13:30:17 -0000	1.1.8.53
+++ ChangeLog.manual	15 Jan 2008 21:02:31 -0000	1.1.8.54
@@ -1,3 +1,7 @@
+Changes in CMake 2.4.8 RC 13
+* fix vs 9 so it works, again...
+* fix bug 6150, working directory can now change drives with vs custom commands
+* fix windows vista elevation issue with CMakeSetup.exe
 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



More information about the Cmake-commits mailing list