[Serialization] Bump the module format version for existential any

serialization.
This commit is contained in:
Holly Borla
2021-11-12 17:42:06 -08:00
parent 7c7b3ba0da
commit 260654cd33

View File

@@ -56,7 +56,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 650; // model ExistentialType
const uint16_t SWIFTMODULE_VERSION_MINOR = 651; // existential requires any
/// A standard hash seed used for all string hashes in a serialized module.
///