Skip to content

Commit 8d1b85f

Browse files
authored
Merge pull request swiftlang#83935 from swiftlang/shahmishal-patch-2
[6.2] Update the runtime version to 6.2
2 parents 90e245a + 9f6a789 commit 8d1b85f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Runtimes/Core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if($ENV{BUILD_NUMBER})
5454
endif()
5555
project(SwiftCore
5656
LANGUAGES C CXX Swift
57-
VERSION 6.1.0${BUILD_NUMBER})
57+
VERSION 6.2.0${BUILD_NUMBER})
5858

5959
# The Swift standard library is not intended for use as a sub-library as part of
6060
# another project. It is tightly coupled with the compiler version.

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)