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 a5382f7 commit 96fda00Copy full SHA for 96fda00
lib/Serialization/ModuleFormat.h
@@ -59,7 +59,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
59
/// it just ensures a conflict if two people change the module format.
60
/// Don't worry about adhering to the 80-column limit for this line.
61
const uint16_t SWIFTMODULE_VERSION_MINOR =
62
- 875; // Add package field to SerializedKind_t
+ 876; // Property descriptors for static properties
63
64
/// A standard hash seed used for all string hashes in a serialized module.
65
///
0 commit comments