Bump module format because we removed SIL instructions.

Swift SVN r14521
This commit is contained in:
Joe Groff
2014-02-28 16:48:54 +00:00
parent 67ca7ce1e9
commit 61c9d1ab4d

View File

@@ -37,7 +37,7 @@ const uint16_t VERSION_MAJOR = 0;
/// Serialized module format minor version number.
///
/// When the format changes IN ANY WAY, this number should be incremented.
const uint16_t VERSION_MINOR = 8;
const uint16_t VERSION_MINOR = 9;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;