#include <util/macros.h>
#include <string>
#include <vector>
Go to the source code of this file.
◆ COPYRIGHT_STR
Copyright string used in Windows .rc files.
Definition at line 20 of file clientversion.h.
◆ FormatFullVersion()
std::string FormatFullVersion |
( |
| ) |
|
◆ FormatSubVersion()
std::string FormatSubVersion |
( |
const std::string & |
name, |
|
|
int |
nClientVersion, |
|
|
const std::vector< std::string > & |
comments |
|
) |
| |
◆ CLIENT_NAME
const std::string CLIENT_NAME |
|
extern |
◆ CLIENT_VERSION
Initial value:=
#define CLIENT_VERSION_BUILD
#define CLIENT_VERSION_MAJOR
#define CLIENT_VERSION_MINOR
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 33 of file clientversion.h.