Skip to content

Commit 467cacb

Browse files
authored
Merge pull request #2502 from ahoppen/ahoppen/swift-6
Change release notes and version indicator module from 511 to 600
2 parents aca425e + 8f0ff4b commit 467cacb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ let package = Package(
120120

121121
.target(
122122
name: "SwiftSyntax",
123-
dependencies: ["_AtomicBool", "SwiftSyntax509", "SwiftSyntax510", "SwiftSyntax511"],
123+
dependencies: ["_AtomicBool", "SwiftSyntax509", "SwiftSyntax510", "SwiftSyntax600"],
124124
exclude: ["CMakeLists.txt"],
125125
swiftSettings: swiftSyntaxSwiftSettings
126126
),
@@ -144,7 +144,7 @@ let package = Package(
144144
),
145145

146146
.target(
147-
name: "SwiftSyntax511",
147+
name: "SwiftSyntax600",
148148
dependencies: []
149149
),
150150

Release Notes/511.md renamed to Release Notes/600.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Swift Syntax 511 Release Notes
1+
# Swift Syntax 600 Release Notes
22

33
## New APIs
44
- FixIt now has a new computed propery named edits
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// The SwiftSyntax511 module is intentionally empty.
1+
// The SwiftSyntax600 module is intentionally empty.
22
// It serves as an indicator which version of swift-syntax a package is building against.
33
// See the 'Macro Versioning.md' document for more details.

0 commit comments

Comments
 (0)