Skip to content

Commit 95e98d9

Browse files
authored
Merge pull request #29584 from DougGregor/bump-top-level-var-module-version
[Serialization] Bump module format version.
2 parents de9ffcb + 950c73f commit 95e98d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/ModuleFormat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
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.
5757
/// Don't worry about adhering to the 80-column limit for this line.
58-
const uint16_t SWIFTMODULE_VERSION_MINOR = 534; // add SIL parameter differentiability
58+
const uint16_t SWIFTMODULE_VERSION_MINOR = 535; // top-level var decls
5959

6060
/// A standard hash seed used for all string hashes in a serialized module.
6161
///

0 commit comments

Comments
 (0)