File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ option(SWIFT_INCLUDE_DOCS
54
54
"Create targets for building docs."
55
55
TRUE )
56
56
57
- set (SWIFT_VERSION "2.2 " CACHE STRING
57
+ set (SWIFT_VERSION "3.0 " CACHE STRING
58
58
"The user-visible version of the Swift compiler" )
59
59
set (SWIFT_VENDOR "" CACHE STRING
60
60
"The vendor name of the Swift compiler" )
Original file line number Diff line number Diff line change 47
47
# built documents.
48
48
#
49
49
# The short X.Y version.
50
- version = '2.2 '
50
+ version = '3.0 '
51
51
# The full version, including alpha/beta/rc tags.
52
- release = '2.2 '
52
+ release = '3.0 '
53
53
54
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
55
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ KNOWN_SETTINGS=(
151
151
native-swift-tools-path " " " directory that contains Swift tools that are executable on the build machine"
152
152
compiler-vendor " none" " compiler vendor name [none,apple]"
153
153
clang-user-visible-version " 3.8.0" " user-visible version of the embedded Clang and LLVM compilers"
154
- swift-user-visible-version " 2.2 " " user-visible version of the Swift language"
154
+ swift-user-visible-version " 3.0 " " user-visible version of the Swift language"
155
155
swift-compiler-version " " " string that indicates a compiler version for Swift"
156
156
clang-compiler-version " " " string that indicates a compiler version for Clang"
157
157
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