We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9231f97 commit 9f6a789Copy full SHA for 9f6a789
Runtimes/Overlay/CMakeLists.txt
@@ -20,7 +20,7 @@ if($ENV{BUILD_NUMBER})
20
endif()
21
project(SwiftOverlay
22
LANGUAGES C CXX Swift
23
- VERSION 6.1.0${BUILD_NUMBER})
+ VERSION 6.2.0${BUILD_NUMBER})
24
25
find_package(SwiftCore)
26
Runtimes/Supplemental/StringProcessing/CMakeLists.txt
@@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER})
10
11
project(SwiftStringProcessing
12
LANGUAGES Swift C
13
14
15
if(NOT PROJECT_IS_TOP_LEVEL)
16
message(FATAL_ERROR "Swift StringProcessing must build as a standalone project")
0 commit comments