We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e8cbd commit 07b9170Copy full SHA for 07b9170
include/swift/Serialization/ModuleFormat.h
@@ -55,7 +55,7 @@ const uint16_t VERSION_MAJOR = 0;
55
/// describe what change you made. The content of this comment isn't important;
56
/// it just ensures a conflict if two people change the module format.
57
/// 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]
+const uint16_t VERSION_MINOR = 409; // Last change: standalone requirement subs
59
60
using DeclIDField = BCFixed<31>;
61
0 commit comments