Skip to content

Commit 8c2bc95

Browse files
committed
Update the runtime version for Supplemental and Overlay libs
1 parent e5020ed commit 8c2bc95

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Runtimes/Overlay/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if($ENV{BUILD_NUMBER})
2929
endif()
3030
project(SwiftOverlay
3131
LANGUAGES C CXX Swift
32-
VERSION 6.1.0${BUILD_NUMBER})
32+
VERSION 6.3.0${BUILD_NUMBER})
3333

3434
set(CMAKE_Swift_LANGUAGE_VERSION 5)
3535

Runtimes/Supplemental/Differentiation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515
endif()
1616
project(SwiftDifferentiation
1717
LANGUAGES Swift C
18-
VERSION 6.1.0${BUILD_NUMBER})
18+
VERSION 6.3.0${BUILD_NUMBER})
1919

2020
if(NOT PROJECT_IS_TOP_LEVEL)
2121
message(SEND_ERROR "Swift Differentiation must build as a standalone project")

Runtimes/Supplemental/Observation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515
endif()
1616
project(SwiftObservation
1717
LANGUAGES Swift CXX
18-
VERSION 6.1.0${BUILD_NUMBER})
18+
VERSION 6.3.0${BUILD_NUMBER})
1919

2020
if(NOT PROJECT_IS_TOP_LEVEL)
2121
message(SEND_ERROR "Swift Observation must build as a standalone project")

Runtimes/Supplemental/StringProcessing/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515
endif()
1616
project(SwiftStringProcessing
1717
LANGUAGES Swift C
18-
VERSION 6.1.0${BUILD_NUMBER})
18+
VERSION 6.3.0${BUILD_NUMBER})
1919

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

Runtimes/Supplemental/Synchronization/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515
endif()
1616
project(SwiftSynchronization
1717
LANGUAGES Swift
18-
VERSION 6.1.0${BUILD_NUMBER})
18+
VERSION 6.3.0${BUILD_NUMBER})
1919
# FIXME(compnerd) this is a workaround for `GNUInstallDirs` which cannot be used
2020
# with a pure Swift project.
2121
enable_language(C)

Runtimes/Supplemental/Volatile/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515
endif()
1616
project(SwiftVolatile
1717
LANGUAGES Swift
18-
VERSION 6.1.0${BUILD_NUMBER})
18+
VERSION 6.3.0${BUILD_NUMBER})
1919
# FIXME(compnerd) this is a workaround for `GNUInstallDirs` which cannot be used
2020
# with a pure Swift project.
2121
enable_language(C)

0 commit comments

Comments
 (0)