File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11TEMPLATE = app
22TARGET = DigitalNote-qt
3- VERSION = 1.0.1.0
3+ VERSION = 1.0.1.1
44INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
55QT += core gui widgets network printsupport
66DEFINES += ENABLE_WALLET
Original file line number Diff line number Diff line change 99#define CLIENT_VERSION_MAJOR 1
1010#define CLIENT_VERSION_MINOR 0
1111#define CLIENT_VERSION_REVISION 1
12- #define CLIENT_VERSION_BUILD 0
12+ #define CLIENT_VERSION_BUILD 1
1313
1414// Set to true for release, false for prerelease or test build
1515#define CLIENT_VERSION_IS_RELEASE true
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70509;
3030//
3131// network protocol versioning
3232//
33- static const int PROTOCOL_VERSION = 62007 ;
33+ static const int PROTOCOL_VERSION = 62008 ;
3434
3535// intial proto version, to be increased after version/verack negotiation
3636static const int INIT_PROTO_VERSION = 209 ;
You can’t perform that action at this time.
0 commit comments