[Serialization] Increment module format version

Unblocking the bots

rdar://49239686
This commit is contained in:
Harlan Haskins
2019-03-25 18:23:40 -07:00
parent d73ab98a55
commit ca4f129a3f

View File

@@ -52,7 +52,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 = 478; // stored property default arg
const uint16_t SWIFTMODULE_VERSION_MINOR = 479; // stored property default arg
using DeclIDField = BCFixed<31>;