Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
version.h File Reference
#include "clientversion.h"
#include <string>
+ Include dependency graph for version.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const int CLIENT_VERSION
 
const std::string CLIENT_NAME
 
const std::string CLIENT_BUILD
 
const std::string CLIENT_DATE
 
const std::string COMMIT_INFO
 
static const int PROTOCOL_VERSION = 70002
 
static const int INIT_PROTO_VERSION = 209
 
static const int MIN_PEER_PROTO_VERSION = 209
 
static const int CADDR_TIME_VERSION = 31402
 
static const int NOBLKS_VERSION_START = 32000
 
static const int NOBLKS_VERSION_END = 32400
 
static const int BIP0031_VERSION = 60000
 
static const int MEMPOOL_GD_VERSION = 60002
 

Variable Documentation

const int BIP0031_VERSION = 60000
static

Definition at line 46 of file version.h.

Referenced by ProcessMessage(), and SendMessages().

const int CADDR_TIME_VERSION = 31402
static

Definition at line 39 of file version.h.

Referenced by ProcessMessage().

const std::string CLIENT_BUILD

Referenced by dumpwallet(), and FormatFullVersion().

const std::string CLIENT_DATE
const std::string CLIENT_NAME
const int CLIENT_VERSION
static
const std::string COMMIT_INFO

Referenced by getinfo_MP().

const int INIT_PROTO_VERSION = 209
static

Definition at line 32 of file version.h.

Referenced by CNode::CNode().

const int MEMPOOL_GD_VERSION = 60002
static

Definition at line 49 of file version.h.

const int MIN_PEER_PROTO_VERSION = 209
static

Definition at line 35 of file version.h.

Referenced by ProcessMessage().

const int NOBLKS_VERSION_END = 32400
static

Definition at line 43 of file version.h.

Referenced by StartSync().

const int NOBLKS_VERSION_START = 32000
static

Definition at line 42 of file version.h.

Referenced by StartSync().

const int PROTOCOL_VERSION = 70002
static