From b87bd37771141c44df0b745116fa3979110ed444 Mon Sep 17 00:00:00 2001 From: Anorak Tha Great Date: Mon, 10 Sep 2018 10:37:17 -0700 Subject: [PATCH] update version --- src/qt/bitcoingui.cpp | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 416120e..87c156e 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -94,7 +94,7 @@ BitcoinGUI::BitcoinGUI(bool fIsTestnet, QWidget *parent): rpcConsole(0) { resize(850, 550); - setWindowTitle(tr("CLOAK Core v2.2.0.0 rEvolution")); + setWindowTitle(tr("CLOAK Core v2.2.1.0 rEvolution")); #ifndef Q_OS_MAC qApp->setWindowIcon(QIcon(":icons/bitcoin")); setWindowIcon(QIcon(":icons/bitcoin")); diff --git a/src/version.h b/src/version.h index ffd9c57..c377fc0 100644 --- a/src/version.h +++ b/src/version.h @@ -54,7 +54,7 @@ static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 2 #define DISPLAY_VERSION_MINOR 2 -#define DISPLAY_VERSION_REVISION 0 +#define DISPLAY_VERSION_REVISION 1 #define DISPLAY_VERSION_BUILD 0 #endif