[Serialization] Bump the module version for 4a6fe941c. (#9699)

Oops.
This commit is contained in:
Jordan Rose
2017-05-17 12:57:27 -07:00
committed by GitHub
parent ea01d39458
commit 4cce46d197

View File

@@ -54,7 +54,7 @@ const uint16_t VERSION_MAJOR = 0;
/// in source control, you should also update the comment to briefly
/// 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.
const uint16_t VERSION_MINOR = 344; // Last change: ctor newly required flag
const uint16_t VERSION_MINOR = 345; // Last change: list of dependency types
using DeclID = PointerEmbeddedInt<unsigned, 31>;
using DeclIDField = BCFixed<31>;