Skip to content

Commit 6f75149

Browse files
committed
[semantic-arc] Bump module format number.
I had several versions of the copy value, destroy value patch and in one of them I bumped the module file version number. The one I committed was not one of those = /. Sorry Jordan!
1 parent 68f53dc commit 6f75149

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
@@ -54,7 +54,7 @@ const uint16_t VERSION_MAJOR = 0;
5454
/// in source control, you should also update the comment to briefly
5555
/// describe what change you made. The content of this comment isn't important;
5656
/// it just ensures a conflict if two people change the module format.
57-
const uint16_t VERSION_MINOR = 278; // Last change: end_borrow and load_borrow
57+
const uint16_t VERSION_MINOR = 279; // Last change: copy_value, destroy_value
5858

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

0 commit comments

Comments
 (0)