Skip to content

Commit 9f6a789

Browse files
committed
Update the runtime version to 6.2.0 for Overlay and Supplemental
1 parent 9231f97 commit 9f6a789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Runtimes/Overlay/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if($ENV{BUILD_NUMBER})
2020
endif()
2121
project(SwiftOverlay
2222
LANGUAGES C CXX Swift
23-
VERSION 6.1.0${BUILD_NUMBER})
23+
VERSION 6.2.0${BUILD_NUMBER})
2424

2525
find_package(SwiftCore)
2626

Runtimes/Supplemental/StringProcessing/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER})
1010
endif()
1111
project(SwiftStringProcessing
1212
LANGUAGES Swift C
13-
VERSION 6.1.0${BUILD_NUMBER})
13+
VERSION 6.2.0${BUILD_NUMBER})
1414

1515
if(NOT PROJECT_IS_TOP_LEVEL)
1616
message(FATAL_ERROR "Swift StringProcessing must build as a standalone project")

0 commit comments

Comments
 (0)