mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-03 01:09:14 +01:00
Merge pull request #1054 from sipa/buildinfo
Build identification strings
This commit is contained in:
@@ -1066,12 +1066,7 @@ string FormatVersion(int nVersion)
|
||||
|
||||
string FormatFullVersion()
|
||||
{
|
||||
string s = FormatVersion(CLIENT_VERSION);
|
||||
if (VERSION_IS_BETA) {
|
||||
s += "-";
|
||||
s += _("beta");
|
||||
}
|
||||
return s;
|
||||
return CLIENT_BUILD;
|
||||
}
|
||||
|
||||
// Format the subversion field according to BIP 14 spec (https://en.bitcoin.it/wiki/BIP_0014)
|
||||
|
||||
Reference in New Issue
Block a user