File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Supplemental/StringProcessing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ if($ENV{BUILD_NUMBER})
5454endif ()
5555project (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.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if($ENV{BUILD_NUMBER})
2020endif ()
2121project (SwiftOverlay
2222 LANGUAGES C CXX Swift
23- VERSION 6.1 .0${BUILD_NUMBER} )
23+ VERSION 6.2 .0${BUILD_NUMBER} )
2424
2525find_package (SwiftCore)
2626
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER})
1010endif ()
1111project (SwiftStringProcessing
1212 LANGUAGES Swift C
13- VERSION 6.1 .0${BUILD_NUMBER} )
13+ VERSION 6.2 .0${BUILD_NUMBER} )
1414
1515if (NOT PROJECT_IS_TOP_LEVEL)
1616 message (FATAL_ERROR "Swift StringProcessing must build as a standalone project" )
You can’t perform that action at this time.
0 commit comments