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})
29
29
endif ()
30
30
project (SwiftOverlay
31
31
LANGUAGES C CXX Swift
32
- VERSION 6.1 .0${BUILD_NUMBER} )
32
+ VERSION 6.3 .0${BUILD_NUMBER} )
33
33
34
34
set (CMAKE_Swift_LANGUAGE_VERSION 5)
35
35
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
15
15
endif ()
16
16
project (SwiftDifferentiation
17
17
LANGUAGES Swift C
18
- VERSION 6.1 .0${BUILD_NUMBER} )
18
+ VERSION 6.3 .0${BUILD_NUMBER} )
19
19
20
20
if (NOT PROJECT_IS_TOP_LEVEL)
21
21
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})
15
15
endif ()
16
16
project (SwiftObservation
17
17
LANGUAGES Swift CXX
18
- VERSION 6.1 .0${BUILD_NUMBER} )
18
+ VERSION 6.3 .0${BUILD_NUMBER} )
19
19
20
20
if (NOT PROJECT_IS_TOP_LEVEL)
21
21
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})
15
15
endif ()
16
16
project (SwiftStringProcessing
17
17
LANGUAGES Swift C
18
- VERSION 6.1 .0${BUILD_NUMBER} )
18
+ VERSION 6.3 .0${BUILD_NUMBER} )
19
19
20
20
if (NOT PROJECT_IS_TOP_LEVEL)
21
21
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})
15
15
endif ()
16
16
project (SwiftSynchronization
17
17
LANGUAGES Swift
18
- VERSION 6.1 .0${BUILD_NUMBER} )
18
+ VERSION 6.3 .0${BUILD_NUMBER} )
19
19
# FIXME(compnerd) this is a workaround for `GNUInstallDirs` which cannot be used
20
20
# with a pure Swift project.
21
21
enable_language (C)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if($ENV{BUILD_NUMBER})
15
15
endif ()
16
16
project (SwiftVolatile
17
17
LANGUAGES Swift
18
- VERSION 6.1 .0${BUILD_NUMBER} )
18
+ VERSION 6.3 .0${BUILD_NUMBER} )
19
19
# FIXME(compnerd) this is a workaround for `GNUInstallDirs` which cannot be used
20
20
# with a pure Swift project.
21
21
enable_language (C)
You can’t perform that action at this time.
0 commit comments