bump the module # for the new null_class SIL instruction

Swift SVN r27526
This commit is contained in:
Chris Lattner
2015-04-21 06:10:39 +00:00
parent 42b4a966b0
commit ee84d08fa4

View File

@@ -51,7 +51,7 @@ const uint16_t VERSION_MAJOR = 0;
/// To ensure that two separate changes don't silently get merged into one
/// in source control, you should also update the comment to briefly
/// describe what change you made.
const uint16_t VERSION_MINOR = 193; // Last change: deprecated attribute
const uint16_t VERSION_MINOR = 194; // Last change: null_class
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;