Skip to content

Commit 07b9170

Browse files
committed
[Serialization] Update Module Format version
1 parent 01e8cbd commit 07b9170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Serialization/ModuleFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const uint16_t VERSION_MAJOR = 0;
5555
/// describe what change you made. The content of this comment isn't important;
5656
/// it just ensures a conflict if two people change the module format.
5757
/// Don't worry about adhering to the 80-column limit for this line.
58-
const uint16_t VERSION_MINOR = 408; // Last change: begin_access [nontracking]
58+
const uint16_t VERSION_MINOR = 409; // Last change: standalone requirement subs
5959

6060
using DeclIDField = BCFixed<31>;
6161

0 commit comments

Comments
 (0)