mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Include SOL_VERSION_COMMIT/SOL_VERSION_PLATFORM in buildinfo.h
This commit is contained in:
@@ -40,7 +40,8 @@ string const dev::solidity::VersionString =
|
||||
|
||||
string const dev::solidity::VersionStringStrict =
|
||||
string(dev::solidity::VersionNumber) +
|
||||
(string(SOL_VERSION_PRERELEASE).empty() ? "" : "-" + string(SOL_VERSION_PRERELEASE));
|
||||
(string(SOL_VERSION_PRERELEASE).empty() ? "" : "-" + string(SOL_VERSION_PRERELEASE)) +
|
||||
(string(SOL_VERSION_COMMIT).empty() ? "" : "+" + string(SOL_VERSION_COMMIT));
|
||||
|
||||
bytes dev::solidity::binaryVersion()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user