[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.1 1.144.2.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Mar 18 11:11:25 EDT 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv22749
Modified Files:
Tag: CMake-2-6
CMakeLists.txt
Log Message:
ENH: set the version on 2.6
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.1
retrieving revision 1.144.2.2
diff -C 2 -d -r1.144.2.1 -r1.144.2.2
*** CMakeLists.txt 18 Mar 2008 14:23:50 -0000 1.144.2.1
--- CMakeLists.txt 18 Mar 2008 15:11:23 -0000 1.144.2.2
***************
*** 353,359 ****
# The CMake version number.
SET(CMake_VERSION_MAJOR 2)
! SET(CMake_VERSION_MINOR 5)
SET(CMake_VERSION_PATCH 0)
!
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
--- 353,359 ----
# The CMake version number.
SET(CMake_VERSION_MAJOR 2)
! SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 1)
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
More information about the Cmake-commits
mailing list