Skip to content

Commit 7bf52ab

Browse files
committed
Update the docs on min Swift version required.
1 parent 4106680 commit 7bf52ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/CONFORMANCE_TESTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ these tests regularly.
1616

1717
## Preparation
1818

19-
The conformance test suite requires Swift 3.2, standard command-line
19+
The conformance test suite requires Swift 4.0, standard command-line
2020
tools such as make and awk, and a full source checkout of
2121
[Google's protobuf project](https://github.com/protocolbuffers/protobuf).
2222

Documentation/PLUGIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Swift runtime library to your project.
1919

2020
To use Swift with Protocol buffers, you'll need:
2121

22-
* A recent Swift 3.2 compiler that includes the Swift Package Manager.
22+
* A recent Swift 4.0 compiler that includes the Swift Package Manager.
2323
We recommend using the latest release build from
2424
[Swift.org](https://swift.org) or the command-line tools included
2525
with the latest version of Xcode.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ your project as explained below.
9090

9191
To use Swift with Protocol buffers, you'll need:
9292

93-
* A Swift 3.2 or later compiler (Xcode 9.0 or later). Support is included
93+
* A Swift 4.0 or later compiler (Xcode 9.1 or later). Support is included
9494
for the Swift Package Manager; or using the included Xcode project. The Swift
9595
protobuf project is being developed and tested against the latest release
9696
version of Swift available from [Swift.org](https://swift.org)

0 commit comments

Comments
 (0)