File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
3636static 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
You can’t perform that action at this time.
0 commit comments