#include <string>
#include <vector>
Go to the source code of this file.
◆ COPYRIGHT_STR
Copyright string used in Windows .rc files.
◆ DO_STRINGIZE
#define DO_STRINGIZE |
( |
|
X | ) |
#X |
◆ STRINGIZE
Converts the parameter X to a string after macro replacement on X has been performed. Don't merge these into one macro!
◆ FormatFullVersion()
std::string FormatFullVersion |
( |
| ) |
|
◆ FormatSubVersion()
std::string FormatSubVersion |
( |
const std::string & |
name, |
|
|
int |
nClientVersion, |
|
|
const std::vector< std::string > & |
comments |
|
) |
| |
◆ CLIENT_BUILD
const std::string CLIENT_BUILD |
◆ CLIENT_NAME
const std::string CLIENT_NAME |
◆ CLIENT_VERSION
Initial value:=
#define CLIENT_VERSION_REVISION
Definition: bitcoin_config.h:20
#define CLIENT_VERSION_BUILD
Definition: bitcoin_config.h:8
#define CLIENT_VERSION_MAJOR
Definition: bitcoin_config.h:14
#define CLIENT_VERSION_MINOR
Definition: bitcoin_config.h:17
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.