diff --git a/src/clientversion.h b/src/clientversion.h index b19ecff85..dfbfd2620 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 0 -#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 diff --git a/swipp.pro b/swipp.pro index 355fcd8ea..ff207f26f 100644 --- a/swipp.pro +++ b/swipp.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = swipp-qt -VERSION = 2.0.1 +VERSION = 2.0.2 INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor DEFINES += ENABLE_WALLET DEFINES += BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE