Skip to content

Commit 96fda00

Browse files
committed
[Serialization] Increment SWIFTMODULE_VERSION_MINOR.
1 parent a5382f7 commit 96fda00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/ModuleFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
5959
/// it just ensures a conflict if two people change the module format.
6060
/// Don't worry about adhering to the 80-column limit for this line.
6161
const uint16_t SWIFTMODULE_VERSION_MINOR =
62-
875; // Add package field to SerializedKind_t
62+
876; // Property descriptors for static properties
6363

6464
/// A standard hash seed used for all string hashes in a serialized module.
6565
///

0 commit comments

Comments
 (0)