File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if($ENV{BUILD_NUMBER})
2929endif ()
3030project (SwiftOverlay
3131 LANGUAGES C CXX Swift
32- VERSION 6.1 .0${BUILD_NUMBER} )
32+ VERSION 6.3 .0${BUILD_NUMBER} )
3333
3434set (CMAKE_Swift_LANGUAGE_VERSION 5)
3535
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515endif ()
1616project (SwiftDifferentiation
1717 LANGUAGES Swift C
18- VERSION 6.1 .0${BUILD_NUMBER} )
18+ VERSION 6.3 .0${BUILD_NUMBER} )
1919
2020if (NOT PROJECT_IS_TOP_LEVEL)
2121 message (SEND_ERROR "Swift Differentiation must build as a standalone project" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515endif ()
1616project (SwiftObservation
1717 LANGUAGES Swift CXX
18- VERSION 6.1 .0${BUILD_NUMBER} )
18+ VERSION 6.3 .0${BUILD_NUMBER} )
1919
2020if (NOT PROJECT_IS_TOP_LEVEL)
2121 message (SEND_ERROR "Swift Observation must build as a standalone project" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515endif ()
1616project (SwiftStringProcessing
1717 LANGUAGES Swift C
18- VERSION 6.1 .0${BUILD_NUMBER} )
18+ VERSION 6.3 .0${BUILD_NUMBER} )
1919
2020if (NOT PROJECT_IS_TOP_LEVEL)
2121 message (FATAL_ERROR "Swift StringProcessing must build as a standalone project" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515endif ()
1616project (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.
2121enable_language (C)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
1515endif ()
1616project (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.
2121enable_language (C)
You can’t perform that action at this time.
0 commit comments