File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ option(SWIFT_ENABLE_TARGET_TVOS
62
62
"Enable compiler support for targeting tvOS"
63
63
TRUE )
64
64
65
- set (SWIFT_VERSION "2.1 " CACHE STRING
65
+ set (SWIFT_VERSION "2.2 " CACHE STRING
66
66
"The user-visible version of the Swift compiler" )
67
67
set (SWIFT_VENDOR "" CACHE STRING
68
68
"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.1 '
50
+ version = '2.2 '
51
51
# The full version, including alpha/beta/rc tags.
52
- release = '2.1 '
52
+ release = '2.2 '
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 @@ -1284,7 +1284,7 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
1284
1284
apple)
1285
1285
# User-visible versions of the compiler.
1286
1286
CLANG_USER_VISIBLE_VERSION=" 6.1.0"
1287
- SWIFT_USER_VISIBLE_VERSION=" 2.1 "
1287
+ SWIFT_USER_VISIBLE_VERSION=" 2.2 "
1288
1288
1289
1289
llvm_cmake_options=(
1290
1290
" ${llvm_cmake_options[@]} "
You can’t perform that action at this time.
0 commit comments