Skip to content

Commit bd773b7

Browse files
committed
[Serialization] Increment SWIFTMODULE_VERSION_MINOR.
1 parent 8baf1e6 commit bd773b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Serialization/ModuleFormat.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
5858
/// describe what change you made. The content of this comment isn't important;
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.
61-
const uint16_t SWIFTMODULE_VERSION_MINOR = 881; // Changes to LifetimeDependence
61+
const uint16_t SWIFTMODULE_VERSION_MINOR =
62+
882; // Property descriptors for static properties
6263

6364
/// A standard hash seed used for all string hashes in a serialized module.
6465
///

0 commit comments

Comments
 (0)