Skip to content

Commit 40b82cd

Browse files
author
bee7
committed
Bump version numbers
1 parent 0c810c4 commit 40b82cd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

grain-qt.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE = app
22
TARGET = grain-qt
3-
VERSION = 0.7.2
3+
VERSION = 1.6.0
44
INCLUDEPATH += src src/json src/qt
55
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN
66
CONFIG += no_include_pwd

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ class CBlock
844844
{
845845
public:
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;

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3131
static const int MIN_PROTO_VERSION = 209;
@@ -45,7 +45,7 @@ static const int BIP0031_VERSION = 60000;
4545
static 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

0 commit comments

Comments
 (0)