[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.27 1.97.2.28 ChangeLog.manual 1.1.8.31 1.1.8.32

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 15 13:36:10 EST 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: move @@ fix from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.27
retrieving revision 1.97.2.28
diff -u -d -r1.97.2.27 -r1.97.2.28
--- CMakeLists.txt	15 Feb 2007 17:45:07 -0000	1.97.2.27
+++ CMakeLists.txt	15 Feb 2007 18:36:08 -0000	1.97.2.28
@@ -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 3)
+SET(CMake_VERSION_RC 4)
 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.31
retrieving revision 1.1.8.32
diff -u -d -r1.1.8.31 -r1.1.8.32
--- ChangeLog.manual	15 Feb 2007 17:45:07 -0000	1.1.8.31
+++ ChangeLog.manual	15 Feb 2007 18:36:08 -0000	1.1.8.32
@@ -1,4 +1,6 @@
 Changes in CMake 2.4.7
+* Fix for @@ in file names
+
 * Fix for if command scope issues
 
 * Fix for relative path issue with paths ending in /.



More information about the Cmake-commits mailing list