[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.20 1.97.2.21

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 4 09:58:30 EST 2006


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt 
Log Message:
ENH: move to actual release 


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.20
retrieving revision 1.97.2.21
diff -u -d -r1.97.2.20 -r1.97.2.21
--- CMakeLists.txt	1 Dec 2006 16:04:22 -0000	1.97.2.20
+++ CMakeLists.txt	4 Dec 2006 14:58:27 -0000	1.97.2.21
@@ -7,7 +7,7 @@
 SET(CMake_VERSION_MINOR 4)
 SET(CMake_VERSION_PATCH 5)
 # for an actual release this should not be defined
-SET(CMake_VERSION_RC 4)
+#SET(CMake_VERSION_RC 4)
 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