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 0be288b commit 2c6399aCopy full SHA for 2c6399a
lib/Basic/Version.cpp
@@ -408,7 +408,7 @@ std::string getSwiftFullVersion(Version effectiveVersion) {
408
OS << SWIFT_VENDOR " ";
409
#endif
410
411
- OS << "Swift version " SWIFT_VERSION_STRING " (swift-4.2-CONVERGENCE)";
+ OS << "Swift version " SWIFT_VERSION_STRING " (swift-4.2-RELEASE)";
412
return OS.str();
413
}
414
0 commit comments