mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
build-script/libSwiftBasic: properly propagate the Swift version down to
Version.cpp rdar://19166288 rdar://19445760 Swift SVN r24592
This commit is contained in:
@@ -24,15 +24,12 @@
|
||||
namespace swift {
|
||||
namespace version {
|
||||
|
||||
/// \brief Retrieves the numeric {major, minor} Swift version.
|
||||
/// Retrieves the numeric {major, minor} Swift version.
|
||||
std::pair<unsigned, unsigned> getSwiftNumericVersion();
|
||||
|
||||
/// \brief Retrieves a string representing the complete Swift version, which
|
||||
/// includes the Swift version number, the repository version, and the vendor
|
||||
/// tag.
|
||||
/// Retrieves a string representing the complete Swift version, which includes
|
||||
/// the Swift version number, the repository version, and the vendor tag.
|
||||
std::string getSwiftFullVersion();
|
||||
|
||||
std::string getSwiftSubmitVersionQuad();
|
||||
|
||||
} // end namespace version
|
||||
} // end namespace swift
|
||||
|
||||
Reference in New Issue
Block a user