Skip to content

Commit 5008f4d

Browse files
committed
Change the SIL Module Format version.
This module version belongs with: commit c47687d Author: Andrew Trick <[email protected]> Date: Fri Jul 15 13:04:02 2016 Add an isStrict flag to SIL pointer_to_address. (#3529)
1 parent 61fcdf5 commit 5008f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Serialization/ModuleFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const uint16_t VERSION_MAJOR = 0;
5353
/// in source control, you should also update the comment to briefly
5454
/// describe what change you made. The content of this comment isn't important;
5555
/// it just ensures a conflict if two people change the module format.
56-
const uint16_t VERSION_MINOR = 252; // Last change: remove class's "foreign" field
56+
const uint16_t VERSION_MINOR = 253; // Last change: Add an isStrict flag to SIL pointer_to_address.
5757

5858
using DeclID = PointerEmbeddedInt<unsigned, 31>;
5959
using DeclIDField = BCFixed<31>;

0 commit comments

Comments
 (0)