mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge pull request #1054 from sipa/buildinfo
Build identification strings
This commit is contained in:
commit
702764f53b
20 changed files with 193 additions and 31 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue