[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.158 1.158.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 24 15:56:11 EDT 2009


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

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt 
Log Message:
change version to RC 0


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.158
retrieving revision 1.158.2.1
diff -C 2 -d -r1.158 -r1.158.2.1
*** CMakeLists.txt	3 Sep 2009 21:01:05 -0000	1.158
--- CMakeLists.txt	24 Sep 2009 19:56:09 -0000	1.158.2.1
***************
*** 302,307 ****
  # The CMake version number.
  SET(CMake_VERSION_MAJOR 2)
! SET(CMake_VERSION_MINOR 7)
  SET(CMake_VERSION_PATCH 0)
  
  # We use odd minor numbers for development versions.
--- 302,308 ----
  # The CMake version number.
  SET(CMake_VERSION_MAJOR 2)
! SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
+ SET(CMake_VERSION_RC 0)
  
  # We use odd minor numbers for development versions.



More information about the Cmake-commits mailing list