Skip to content

Commit b87bd37

Browse files
update version
1 parent f0e430f commit b87bd37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ BitcoinGUI::BitcoinGUI(bool fIsTestnet, QWidget *parent):
9494
rpcConsole(0)
9595
{
9696
resize(850, 550);
97-
setWindowTitle(tr("CLOAK Core v2.2.0.0 rEvolution"));
97+
setWindowTitle(tr("CLOAK Core v2.2.1.0 rEvolution"));
9898
#ifndef Q_OS_MAC
9999
qApp->setWindowIcon(QIcon(":icons/bitcoin"));
100100
setWindowIcon(QIcon(":icons/bitcoin"));

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static const int MEMPOOL_GD_VERSION = 60002;
5454

5555
#define DISPLAY_VERSION_MAJOR 2
5656
#define DISPLAY_VERSION_MINOR 2
57-
#define DISPLAY_VERSION_REVISION 0
57+
#define DISPLAY_VERSION_REVISION 1
5858
#define DISPLAY_VERSION_BUILD 0
5959

6060
#endif

0 commit comments

Comments
 (0)