[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.44 1.97.2.45 ChangeLog.manual 1.1.8.47 1.1.8.48

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Dec 28 09:34:57 EST 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: ooppss there is no 2.4.9  


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.44
retrieving revision 1.97.2.45
diff -u -d -r1.97.2.44 -r1.97.2.45
--- CMakeLists.txt	28 Dec 2007 14:11:02 -0000	1.97.2.44
+++ CMakeLists.txt	28 Dec 2007 14:34:55 -0000	1.97.2.45
@@ -5,9 +5,9 @@
 # The CMake version number.
 SET(CMake_VERSION_MAJOR 2)
 SET(CMake_VERSION_MINOR 4)
-SET(CMake_VERSION_PATCH 9)
+SET(CMake_VERSION_PATCH 8)
 # for an actual release this should not be defined
-SET(CMake_VERSION_RC 7)
+SET(CMake_VERSION_RC 8)
 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.47
retrieving revision 1.1.8.48
diff -u -d -r1.1.8.47 -r1.1.8.48
--- ChangeLog.manual	28 Dec 2007 14:11:02 -0000	1.1.8.47
+++ ChangeLog.manual	28 Dec 2007 14:34:55 -0000	1.1.8.48
@@ -1,6 +1,6 @@
-Changes in CMake 2.4.8 RC 9
+Changes in CMake 2.4.8 RC 8
 * Add list(FIND) because it is used in new FindQt4.cmake
-Changes in CMake 2.4.8 RC 7/8
+Changes in CMake 2.4.8 RC 7
 * 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