Serialization: bump the format version by one to avoid conflicts with other branches

This commit is contained in:
Alexis Laferrière
2024-08-15 10:20:37 -07:00
parent 93f9a17c33
commit b9b71b552d

View File

@@ -58,7 +58,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 = 883; // hash functions
const uint16_t SWIFTMODULE_VERSION_MINOR = 884; // hash functions
/// A standard hash seed used for all string hashes in a serialized module.
///