Skip to content

Commit 226f288

Browse files
committed
Bump version to 2.2.1 for a potential future dot release.
1 parent c9e72b3 commit 226f288

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 "2.2.1" 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

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.2'
50+
version = '2.2.1'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '2.2'
52+
release = '2.2.1'
5353

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

0 commit comments

Comments
 (0)