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.
2 parents d73ab98 + ca4f129 commit e2c8741Copy full SHA for e2c8741
include/swift/Serialization/ModuleFormat.h
@@ -52,7 +52,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
52
/// describe what change you made. The content of this comment isn't important;
53
/// it just ensures a conflict if two people change the module format.
54
/// Don't worry about adhering to the 80-column limit for this line.
55
-const uint16_t SWIFTMODULE_VERSION_MINOR = 478; // stored property default arg
+const uint16_t SWIFTMODULE_VERSION_MINOR = 479; // stored property default arg
56
57
using DeclIDField = BCFixed<31>;
58
0 commit comments