Skip to content

Commit 3cf4dd3

Browse files
committed
Update language version to 3.0
1 parent d4edd95 commit 3cf4dd3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ option(SWIFT_INCLUDE_DOCS
5454
"Create targets for building docs."
5555
TRUE)
5656

57-
set(SWIFT_VERSION "2.2" CACHE STRING
57+
set(SWIFT_VERSION "3.0" CACHE STRING
5858
"The user-visible version of the Swift compiler")
5959
set(SWIFT_VENDOR "" CACHE STRING
6060
"The vendor name of the Swift compiler")

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = '2.2'
50+
version = '3.0'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '2.2'
52+
release = '3.0'
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

utils/build-script-impl

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ KNOWN_SETTINGS=(
151151
native-swift-tools-path "" "directory that contains Swift tools that are executable on the build machine"
152152
compiler-vendor "none" "compiler vendor name [none,apple]"
153153
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"
155155
swift-compiler-version "" "string that indicates a compiler version for Swift"
156156
clang-compiler-version "" "string that indicates a compiler version for Clang"
157157
embed-bitcode-section "0" "embed an LLVM bitcode section in stdlib/overlay binaries for supported platforms"

0 commit comments

Comments
 (0)