Re-bump module version number for complete object initializer changes.

Swift SVN r14554
This commit is contained in:
Doug Gregor
2014-03-01 00:51:23 +00:00
parent 2b5b6d0c4c
commit 9fe6d31639

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 = 9;
const uint16_t VERSION_MINOR = 10;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;