diff --git a/src/clientversion.h b/src/clientversion.h index 40bc4c39e..24c2330f5 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 2 #define CLIENT_VERSION_MINOR 1 -#define CLIENT_VERSION_REVISION 2 +#define CLIENT_VERSION_REVISION 3 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build diff --git a/swipp.pro b/swipp.pro index dda6d74ea..e41632253 100644 --- a/swipp.pro +++ b/swipp.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = swipp-qt -VERSION = 2.1.2 +VERSION = 2.1.3 INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor DEFINES += ENABLE_WALLET DEFINES += BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE