Skip to content

Commit 4c12a12

Browse files
committed
Bump Swift version to '2.2'.
1 parent 0f3642f commit 4c12a12

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ option(SWIFT_ENABLE_TARGET_TVOS
6262
"Enable compiler support for targeting tvOS"
6363
TRUE)
6464

65-
set(SWIFT_VERSION "2.1" CACHE STRING
65+
set(SWIFT_VERSION "2.2" CACHE STRING
6666
"The user-visible version of the Swift compiler")
6767
set(SWIFT_VENDOR "" CACHE STRING
6868
"The vendor name of the Swift compiler")

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.1'
50+
version = '2.2'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '2.1'
52+
release = '2.2'
5353

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

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
12841284
apple)
12851285
# User-visible versions of the compiler.
12861286
CLANG_USER_VISIBLE_VERSION="6.1.0"
1287-
SWIFT_USER_VISIBLE_VERSION="2.1"
1287+
SWIFT_USER_VISIBLE_VERSION="2.2"
12881288

12891289
llvm_cmake_options=(
12901290
"${llvm_cmake_options[@]}"

0 commit comments

Comments
 (0)