From a05ff570db60c42392531ad9c0c7cd36cd91c65c Mon Sep 17 00:00:00 2001 From: CryptoCoderz Date: Fri, 5 Apr 2019 12:09:41 -0700 Subject: [PATCH] DigitalNote v1.0.1.1 Release Changelog - Version bump for go-live --- DigitalNote.pro | 2 +- src/clientversion.h | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DigitalNote.pro b/DigitalNote.pro index 52c710cd..5e643859 100644 --- a/DigitalNote.pro +++ b/DigitalNote.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = DigitalNote-qt -VERSION = 1.0.1.0 +VERSION = 1.0.1.1 INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor QT += core gui widgets network printsupport DEFINES += ENABLE_WALLET diff --git a/src/clientversion.h b/src/clientversion.h index 56197ad6..73da4b36 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MINOR 0 #define CLIENT_VERSION_REVISION 1 -#define CLIENT_VERSION_BUILD 0 +#define CLIENT_VERSION_BUILD 1 // Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true diff --git a/src/version.h b/src/version.h index 7491125d..4ba796bc 100644 --- a/src/version.h +++ b/src/version.h @@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70509; // // network protocol versioning // -static const int PROTOCOL_VERSION = 62007; +static const int PROTOCOL_VERSION = 62008; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;