[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.50 1.97.2.51 ChangeLog.manual 1.1.8.54 1.1.8.55

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 21 12:56:53 EST 2008


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: final 2.4.8


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.50
retrieving revision 1.97.2.51
diff -u -d -r1.97.2.50 -r1.97.2.51
--- CMakeLists.txt	15 Jan 2008 21:02:31 -0000	1.97.2.50
+++ CMakeLists.txt	21 Jan 2008 17:56:51 -0000	1.97.2.51
@@ -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 13)
+#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.54
retrieving revision 1.1.8.55
diff -u -d -r1.1.8.54 -r1.1.8.55
--- ChangeLog.manual	15 Jan 2008 21:02:31 -0000	1.1.8.54
+++ ChangeLog.manual	21 Jan 2008 17:56:51 -0000	1.1.8.55
@@ -1,3 +1,5 @@
+Changes in CMake 2.4.8
+* MSVC90 now defined for vs 9
 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



More information about the Cmake-commits mailing list