Update the runtime version to 6.2.0 for Overlay and Supplemental

This commit is contained in:
Mishal Shah
2025-08-26 23:07:32 -07:00
parent 9231f97885
commit 9f6a789374
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftOverlay
LANGUAGES C CXX Swift
VERSION 6.1.0${BUILD_NUMBER})
VERSION 6.2.0${BUILD_NUMBER})
find_package(SwiftCore)

View File

@@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftStringProcessing
LANGUAGES Swift C
VERSION 6.1.0${BUILD_NUMBER})
VERSION 6.2.0${BUILD_NUMBER})
if(NOT PROJECT_IS_TOP_LEVEL)
message(FATAL_ERROR "Swift StringProcessing must build as a standalone project")