Skip to content

Commit

Permalink
Change version string to 'swift-4.1.1-RELEASE'
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Apr 27, 2018
1 parent f28fe65 commit b61523a
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 @@ -388,7 +388,7 @@ std::string getSwiftFullVersion(Version effectiveVersion) {
OS << SWIFT_VENDOR " ";
#endif

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

Expand Down

0 comments on commit b61523a

Please sign in to comment.