diff --git a/blackcoin-qt.pro b/blackcoin-qt.pro index fc697f94ec..23e28d4858 100644 --- a/blackcoin-qt.pro +++ b/blackcoin-qt.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = blackcoin-qt -VERSION = 1.2.1 +VERSION = 1.2.2 INCLUDEPATH += src src/json src/qt QT += network DEFINES += ENABLE_WALLET diff --git a/src/clientversion.h b/src/clientversion.h index 2c09175437..5727e4eac1 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MINOR 2 -#define CLIENT_VERSION_REVISION 1 +#define CLIENT_VERSION_REVISION 2 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build