File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ set(SWIFT_ANALYZE_CODE_COVERAGE FALSE CACHE STRING
104
104
set_property (CACHE SWIFT_ANALYZE_CODE_COVERAGE PROPERTY
105
105
STRINGS FALSE "NOT-MERGED" "MERGED" )
106
106
107
- set (SWIFT_VERSION "3.0.1 " CACHE STRING
107
+ set (SWIFT_VERSION "3.0.2 " CACHE STRING
108
108
"The user-visible version of the Swift compiler" )
109
109
set (SWIFT_VENDOR "" CACHE STRING
110
110
"The vendor name of the Swift compiler" )
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ KNOWN_SETTINGS=(
166
166
native-swift-tools-path " " " directory that contains Swift tools that are executable on the build machine"
167
167
compiler-vendor " none" " compiler vendor name [none,apple]"
168
168
clang-user-visible-version " 3.8.0" " user-visible version of the embedded Clang and LLVM compilers"
169
- swift-user-visible-version " 3.0.1 " " user-visible version of the Swift language"
169
+ swift-user-visible-version " 3.0.2 " " user-visible version of the Swift language"
170
170
swift-compiler-version " " " string that indicates a compiler version for Swift"
171
171
clang-compiler-version " " " string that indicates a compiler version for Clang"
172
172
embed-bitcode-section " 0" " embed an LLVM bitcode section in stdlib/overlay binaries for supported platforms"
You can’t perform that action at this time.
0 commit comments