Skip to content

Commit e2c8741

Browse files
author
Harlan Haskins
authored
Merge pull request swiftlang#23559 from harlanhaskins/incrementinator
[Serialization] Increment module format version
2 parents d73ab98 + ca4f129 commit e2c8741

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
@@ -52,7 +52,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
5252
/// describe what change you made. The content of this comment isn't important;
5353
/// it just ensures a conflict if two people change the module format.
5454
/// Don't worry about adhering to the 80-column limit for this line.
55-
const uint16_t SWIFTMODULE_VERSION_MINOR = 478; // stored property default arg
55+
const uint16_t SWIFTMODULE_VERSION_MINOR = 479; // stored property default arg
5656

5757
using DeclIDField = BCFixed<31>;
5858

0 commit comments

Comments
 (0)