Parcourir la source

CMake 4.3.0-rc1

Brad King il y a 2 jours
Parent
commit
ff0cd9500e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Source/CMakeVersion.cmake

+ 1 - 1
Source/CMakeVersion.cmake

@@ -2,7 +2,7 @@
 set(CMake_VERSION_MAJOR 4)
 set(CMake_VERSION_MINOR 3)
 set(CMake_VERSION_PATCH 0)
-set(CMake_VERSION_RC 0)
+set(CMake_VERSION_RC 1)
 set(CMake_VERSION_IS_DIRTY 0)
 
 # Start with the full version number used in tags.  It has no dev info.