This commit is contained in:
CygnusXI 2018-12-09 18:03:40 -06:00
parent deae80c298
commit b396a598bd
5 changed files with 143707 additions and 3 deletions

2457
Makefile Normal file

File diff suppressed because it is too large Load Diff

BIN
curecoin-qt Executable file

Binary file not shown.

141247
qrc_curecoin.cpp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and curecoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 5
#define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_BUILD 1

View File

@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 60007;
static const int PROTOCOL_VERSION = 60008;
// earlier versions not supported as of Feb 2012, and are disconnected
static const int MIN_PROTO_VERSION = 209;
@ -46,7 +46,7 @@ static const int MEMPOOL_GD_VERSION = 60002;
#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 9
#define DISPLAY_VERSION_REVISION 5
#define DISPLAY_VERSION_REVISION 6
#define DISPLAY_VERSION_BUILD 1
#endif