[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.43 1.97.2.44 ChangeLog.manual 1.1.8.46 1.1.8.47

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Dec 28 09:11:04 EST 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: make a new version number 


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.43
retrieving revision 1.97.2.44
diff -u -d -r1.97.2.43 -r1.97.2.44
--- CMakeLists.txt	18 Dec 2007 20:02:07 -0000	1.97.2.43
+++ CMakeLists.txt	28 Dec 2007 14:11:02 -0000	1.97.2.44
@@ -5,7 +5,7 @@
 # The CMake version number.
 SET(CMake_VERSION_MAJOR 2)
 SET(CMake_VERSION_MINOR 4)
-SET(CMake_VERSION_PATCH 8)
+SET(CMake_VERSION_PATCH 9)
 # for an actual release this should not be defined
 SET(CMake_VERSION_RC 7)
 SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.8.46
retrieving revision 1.1.8.47
diff -u -d -r1.1.8.46 -r1.1.8.47
--- ChangeLog.manual	18 Dec 2007 20:02:07 -0000	1.1.8.46
+++ ChangeLog.manual	28 Dec 2007 14:11:02 -0000	1.1.8.47
@@ -1,4 +1,6 @@
-Changes in CMake 2.4.8 RC 7
+Changes in CMake 2.4.8 RC 9
+* Add list(FIND) because it is used in new FindQt4.cmake
+Changes in CMake 2.4.8 RC 7/8
 * Fix tar long file path issue with cpack
 * Add beta support for VS 9 
 * Fix variable name in docs for FindPkgConfig bug 5722



More information about the Cmake-commits mailing list