mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
bump the module # for the new null_class SIL instruction
Swift SVN r27526
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user