[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.25 1.97.2.26

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 6 10:01:23 EST 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt 
Log Message:
ENH: fix release tree to build on mac


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.25
retrieving revision 1.97.2.26
diff -u -d -r1.97.2.25 -r1.97.2.26
--- CMakeLists.txt	5 Feb 2007 18:21:32 -0000	1.97.2.25
+++ CMakeLists.txt	6 Feb 2007 15:01:21 -0000	1.97.2.26
@@ -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 1)
+SET(CMake_VERSION_RC 2)
 SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")
 SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}")
 



More information about the Cmake-commits mailing list