We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e72b3 commit 226f288Copy full SHA for 226f288
CMakeLists.txt
@@ -54,7 +54,7 @@ option(SWIFT_INCLUDE_DOCS
54
"Create targets for building docs."
55
TRUE)
56
57
-set(SWIFT_VERSION "2.2" CACHE STRING
+set(SWIFT_VERSION "2.2.1" CACHE STRING
58
"The user-visible version of the Swift compiler")
59
set(SWIFT_VENDOR "" CACHE STRING
60
"The vendor name of the Swift compiler")
docs/conf.py
@@ -47,9 +47,9 @@
47
# built documents.
48
#
49
# The short X.Y version.
50
-version = '2.2'
+version = '2.2.1'
51
# The full version, including alpha/beta/rc tags.
52
-release = '2.2'
+release = '2.2.1'
53
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
0 commit comments