We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3350a18 commit 2eb6e3bCopy full SHA for 2eb6e3b
lib/Serialization/ModuleFormat.h
@@ -56,7 +56,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
56
/// describe what change you made. The content of this comment isn't important;
57
/// it just ensures a conflict if two people change the module format.
58
/// Don't worry about adhering to the 80-column limit for this line.
59
-const uint16_t SWIFTMODULE_VERSION_MINOR = 648; // mark_unresolved_move_addr
+const uint16_t SWIFTMODULE_VERSION_MINOR = 649; // _unavailableFromAsync message
60
61
/// A standard hash seed used for all string hashes in a serialized module.
62
///
0 commit comments