Skip to content

Commit 92a2285

Browse files
committed
Version bump
1 parent 475a3e3 commit 92a2285

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
99
#define CLIENT_VERSION_MAJOR 2
1010
#define CLIENT_VERSION_MINOR 1
11-
#define CLIENT_VERSION_REVISION 0
11+
#define CLIENT_VERSION_REVISION 1
1212
#define CLIENT_VERSION_BUILD 0
1313

1414
// Converts the parameter X to a string after macro replacement on X has been performed.

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70507;
3030
// network protocol versioning
3131
//
3232

33-
static const int PROTOCOL_VERSION = 80020;
33+
static const int PROTOCOL_VERSION = 80021;
3434

3535
// earlier versions not supported as of Feb 2012, and are disconnected
3636
static const int MIN_PROTO_VERSION = 80019;
@@ -51,7 +51,7 @@ static const int MEMPOOL_GD_VERSION = 60002;
5151

5252
#define DISPLAY_VERSION_MAJOR 2
5353
#define DISPLAY_VERSION_MINOR 1
54-
#define DISPLAY_VERSION_REVISION 0
54+
#define DISPLAY_VERSION_REVISION 1
5555
#define DISPLAY_VERSION_BUILD 0
5656

5757
#endif

0 commit comments

Comments
 (0)