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})
54
54
endif ()
55
55
project (SwiftCore
56
56
LANGUAGES C CXX Swift
57
- VERSION 6.1 .0${BUILD_NUMBER} )
57
+ VERSION 6.2 .0${BUILD_NUMBER} )
58
58
59
59
# The Swift standard library is not intended for use as a sub-library as part of
60
60
# 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})
20
20
endif ()
21
21
project (SwiftOverlay
22
22
LANGUAGES C CXX Swift
23
- VERSION 6.1 .0${BUILD_NUMBER} )
23
+ VERSION 6.2 .0${BUILD_NUMBER} )
24
24
25
25
find_package (SwiftCore )
26
26
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER})
10
10
endif ()
11
11
project (SwiftStringProcessing
12
12
LANGUAGES Swift C
13
- VERSION 6.1 .0${BUILD_NUMBER} )
13
+ VERSION 6.2 .0${BUILD_NUMBER} )
14
14
15
15
if (NOT PROJECT_IS_TOP_LEVEL )
16
16
message (FATAL_ERROR "Swift StringProcessing must build as a standalone project" )
You can’t perform that action at this time.
0 commit comments