#include <util/macros.h>
#include <bitcoin-build-config.h>
#include <string>
#include <vector>
Go to the source code of this file.
◆ COPYRIGHT_STR
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " " COPYRIGHT_HOLDERS_FINAL |
Copyright string used in Windows .rc files.
Definition at line 18 of file clientversion.h.
◆ CopyrightHolders()
std::string CopyrightHolders |
( |
const std::string & |
strPrefix | ) |
|
◆ FormatFullVersion()
std::string FormatFullVersion |
( |
| ) |
|
◆ FormatSubVersion()
std::string FormatSubVersion |
( |
const std::string & |
name, |
|
|
int |
nClientVersion, |
|
|
const std::vector< std::string > & |
comments |
|
) |
| |
◆ LicenseInfo()
std::string LicenseInfo |
( |
| ) |
|
◆ CLIENT_VERSION
Initial value:=
10000 * CLIENT_VERSION_MAJOR
+ 100 * CLIENT_VERSION_MINOR
+ 1 * CLIENT_VERSION_BUILD
Definition at line 26 of file clientversion.h.
◆ UA_NAME
const std::string UA_NAME |
|
extern |