Bump the module file format version for the addressor changes.

I could've sworn I remembered to do this this time.  Argh.

Swift SVN r22251
This commit is contained in:
John McCall
2014-09-24 01:00:50 +00:00
parent fac2c13d95
commit aa32a4401d

View File

@@ -48,7 +48,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 = 142;
const uint16_t VERSION_MINOR = 143;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;