Skip to content

Commit 2840441

Browse files
committed
[AST] Define placeholder availability for the 6.1 runtime
1 parent d5b79be commit 2840441

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/swift/AST/RuntimeVersions.def

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ RUNTIME_VERSION(
150150
PLATFORM(xrOS, (2, 0, 0))
151151
)
152152

153+
RUNTIME_VERSION(
154+
(6, 1),
155+
FUTURE
156+
)
157+
153158
END_MAJOR_VERSION(6)
154159

155160
// .......................................................................... //

0 commit comments

Comments
 (0)