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

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 24 16:01:36 EDT 2009


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

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt 
Log Message:
Add RC value of 1


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.158.2.1
retrieving revision 1.158.2.2
diff -C 2 -d -r1.158.2.1 -r1.158.2.2
*** CMakeLists.txt	24 Sep 2009 19:56:09 -0000	1.158.2.1
--- CMakeLists.txt	24 Sep 2009 20:01:33 -0000	1.158.2.2
***************
*** 304,308 ****
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 0)
  
  # We use odd minor numbers for development versions.
--- 304,308 ----
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 1)
  
  # We use odd minor numbers for development versions.



More information about the Cmake-commits mailing list