Skip to content

Commit 2c6399a

Browse files
committed
Change version string to 'swift-4.2-RELEASE'
1 parent 0be288b commit 2c6399a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/Basic/Version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ std::string getSwiftFullVersion(Version effectiveVersion) {
408408
OS << SWIFT_VENDOR " ";
409409
#endif
410410

411-
OS << "Swift version " SWIFT_VERSION_STRING " (swift-4.2-CONVERGENCE)";
411+
OS << "Swift version " SWIFT_VERSION_STRING " (swift-4.2-RELEASE)";
412412
return OS.str();
413413
}
414414

0 commit comments

Comments
 (0)