From 9f6a789374cf020dc2a242e75a745821b44dafb3 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 26 Aug 2025 23:07:32 -0700 Subject: [PATCH] Update the runtime version to 6.2.0 for Overlay and Supplemental --- Runtimes/Overlay/CMakeLists.txt | 2 +- Runtimes/Supplemental/StringProcessing/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtimes/Overlay/CMakeLists.txt b/Runtimes/Overlay/CMakeLists.txt index 030a1c32658..a0654bac9a0 100644 --- a/Runtimes/Overlay/CMakeLists.txt +++ b/Runtimes/Overlay/CMakeLists.txt @@ -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) diff --git a/Runtimes/Supplemental/StringProcessing/CMakeLists.txt b/Runtimes/Supplemental/StringProcessing/CMakeLists.txt index f9da35e84fb..a49c5c63383 100644 --- a/Runtimes/Supplemental/StringProcessing/CMakeLists.txt +++ b/Runtimes/Supplemental/StringProcessing/CMakeLists.txt @@ -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")