"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "lib/Basic/Version.cpp" between
swift-swift-5.8-RELEASE.tar.gz and swift-swift-5.8.1-RELEASE.tar.gz

About: Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns (developed by Apple).

Version.cpp  (swift-swift-5.8-RELEASE):Version.cpp  (swift-swift-5.8.1-RELEASE)
skipping to change at line 249 skipping to change at line 249
} }
std::string getSwiftFullVersion(Version effectiveVersion) { std::string getSwiftFullVersion(Version effectiveVersion) {
std::string buf; std::string buf;
llvm::raw_string_ostream OS(buf); llvm::raw_string_ostream OS(buf);
#ifdef SWIFT_VENDOR #ifdef SWIFT_VENDOR
OS << SWIFT_VENDOR " "; OS << SWIFT_VENDOR " ";
#endif #endif
OS << "Swift version " SWIFT_VERSION_STRING " (swift-5.8-RELEASE)"; OS << "Swift version " SWIFT_VERSION_STRING " (swift-5.8.1-RELEASE)";
return OS.str(); return OS.str();
} }
StringRef getSwiftRevision() { StringRef getSwiftRevision() {
#ifdef SWIFT_REVISION #ifdef SWIFT_REVISION
return SWIFT_REVISION; return SWIFT_REVISION;
#else #else
return ""; return "";
#endif #endif
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)