File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11TEMPLATE = app
22TARGET = grain-qt
3- VERSION = 0.7.2
3+ VERSION = 1.6.0
44INCLUDEPATH += src src/json src/qt
55DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN
66CONFIG += no_include_pwd
Original file line number Diff line number Diff line change 77
88// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
99#define CLIENT_VERSION_MAJOR 1
10- #define CLIENT_VERSION_MINOR 5
10+ #define CLIENT_VERSION_MINOR 6
1111#define CLIENT_VERSION_REVISION 0
1212#define CLIENT_VERSION_BUILD 0
1313
Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ class CBlock
844844{
845845public:
846846 // header
847- static const int CURRENT_VERSION=4 ;
847+ static const int CURRENT_VERSION=5 ;
848848 int nVersion;
849849 uint256 hashPrevBlock;
850850 uint256 hashMerkleRoot;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
2525// network protocol versioning
2626//
2727
28- static const int PROTOCOL_VERSION = 60006 ;
28+ static const int PROTOCOL_VERSION = 60007 ;
2929
3030// earlier versions not supported as of Feb 2012, and are disconnected
3131static const int MIN_PROTO_VERSION = 209 ;
@@ -45,7 +45,7 @@ static const int BIP0031_VERSION = 60000;
4545static const int MEMPOOL_GD_VERSION = 60002 ;
4646
4747#define DISPLAY_VERSION_MAJOR 1
48- #define DISPLAY_VERSION_MINOR 5
48+ #define DISPLAY_VERSION_MINOR 6
4949#define DISPLAY_VERSION_REVISION 0
5050#define DISPLAY_VERSION_BUILD 0
5151
You can’t perform that action at this time.
0 commit comments