Skip to content

Commit b8284ba

Browse files
committed
[AST] Update RuntimeVersions.def for 5.10.
This was just updated in swiftlang#71297. rdar://121522431
1 parent e48b05f commit b8284ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/swift/AST/RuntimeVersions.def

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ RUNTIME_VERSION(
132132

133133
RUNTIME_VERSION(
134134
(5, 10),
135-
FUTURE
135+
PLATFORM(macOS, (14, 4, 0))
136+
PLATFORM(iOS, (17, 4, 0))
137+
PLATFORM(watchOS, (10, 4, 0))
136138
)
137139

138140
RUNTIME_VERSION(

0 commit comments

Comments
 (0)