Bump module format version for added SIL instructions.

Swift SVN r16733
This commit is contained in:
Joe Groff
2014-04-24 02:36:34 +00:00
parent 852da64f84
commit 7306057e41

View File

@@ -40,7 +40,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 = 80;
const uint16_t VERSION_MINOR = 83;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;