mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-30 09:05:29 +02:00
1.9.6.1
This commit is contained in:
parent
deae80c298
commit
b396a598bd
BIN
curecoin-qt
Executable file
BIN
curecoin-qt
Executable file
Binary file not shown.
141247
qrc_curecoin.cpp
Normal file
141247
qrc_curecoin.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user