#include <util/macros.h>
#include <config/version.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 24 of file clientversion.h.
◆ CopyrightHolders()
std::string CopyrightHolders |
( |
const std::string & |
strPrefix | ) |
|
◆ FormatFullVersion()
std::string FormatFullVersion |
( |
| ) |
|
◆ FormatUserAgent()
std::string FormatUserAgent |
( |
const std::string & |
name, |
|
|
const std::string & |
version, |
|
|
const std::vector< std::string > & |
comments |
|
) |
| |
◆ FormatVersion()
std::string FormatVersion |
( |
int |
nVersion | ) |
|
◆ LicenseInfo()
std::string LicenseInfo |
( |
| ) |
|
◆ CLIENT_BUILD
const std::string CLIENT_BUILD |
|
extern |
◆ CLIENT_NAME
const std::string CLIENT_NAME |
|
extern |
◆ CLIENT_VERSION
constexpr int CLIENT_VERSION |
|
staticconstexpr |
Initial value:= 1000000 * CLIENT_VERSION_MAJOR +
10000 * CLIENT_VERSION_MINOR +
100 * CLIENT_VERSION_REVISION
bitcoind-res.rc includes this file, but it cannot cope with real c++ code.
WINDRES_PREPROC is defined to indicate that its pre-processor is running. Anything other than a define should be guarded below.
Definition at line 38 of file clientversion.h.