diff --git a/blackcoin-qt.pro b/blackcoin-qt.pro index 8da88cf860f15..9f4d1286fd327 100644 --- a/blackcoin-qt.pro +++ b/blackcoin-qt.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = blackcoin-qt -VERSION = 1.2.4 +VERSION = 1.2.5 INCLUDEPATH += src src/json src/qt QT += network DEFINES += ENABLE_WALLET diff --git a/src/clientversion.h b/src/clientversion.h index a90d204736249..bc09b26ce960e 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 4 +#define CLIENT_VERSION_REVISION 5 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build