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
104104set_property (CACHE SWIFT_ANALYZE_CODE_COVERAGE PROPERTY
105105 STRINGS FALSE "NOT-MERGED" "MERGED" )
106106
107- set (SWIFT_VERSION "3.0" CACHE STRING
107+ set (SWIFT_VERSION "3.0.1 " CACHE STRING
108108 "The user-visible version of the Swift compiler" )
109109set (SWIFT_VENDOR "" CACHE STRING
110110 "The vendor name of the Swift compiler" )
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ KNOWN_SETTINGS=(
166166 native-swift-tools-path " " " directory that contains Swift tools that are executable on the build machine"
167167 compiler-vendor " none" " compiler vendor name [none,apple]"
168168 clang-user-visible-version " 3.8.0" " user-visible version of the embedded Clang and LLVM compilers"
169- swift-user-visible-version " 3.0" " user-visible version of the Swift language"
169+ swift-user-visible-version " 3.0.1 " " user-visible version of the Swift language"
170170 swift-compiler-version " " " string that indicates a compiler version for Swift"
171171 clang-compiler-version " " " string that indicates a compiler version for Clang"
172172 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