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 f28fe65 commit b61523aCopy full SHA for b61523a
lib/Basic/Version.cpp
@@ -388,7 +388,7 @@ std::string getSwiftFullVersion(Version effectiveVersion) {
388
OS << SWIFT_VENDOR " ";
389
#endif
390
391
- OS << "Swift version " SWIFT_VERSION_STRING " (swift-4.1-RELEASE)";
+ OS << "Swift version " SWIFT_VERSION_STRING " (swift-4.1.1-RELEASE)";
392
return OS.str();
393
}
394
0 commit comments