Skip to content

Commit

Permalink
Change version string to 'swift-4.2-RELEASE'
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Sep 13, 2018
1 parent 0be288b commit 2c6399a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Basic/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ std::string getSwiftFullVersion(Version effectiveVersion) {
OS << SWIFT_VENDOR " ";
#endif

OS << "Swift version " SWIFT_VERSION_STRING " (swift-4.2-CONVERGENCE)";
OS << "Swift version " SWIFT_VERSION_STRING " (swift-4.2-RELEASE)";
return OS.str();
}

Expand Down

0 comments on commit 2c6399a

Please sign in to comment.