This commit is contained in:
EverGreenCoin 2017-05-10 23:21:59 -04:00
parent 7504ac906c
commit 34f0889148
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = curecoin-qt
VERSION = 1.4.0.1
VERSION = 1.9.2.1
INCLUDEPATH += src src/json src/qt
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN __NO_SYSTEM_INCLUDES
CONFIG += no_include_pwd

View File

@ -7,8 +7,8 @@
// These need to be macros, as version.cpp's and curecoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 1
// Converts the parameter X to a string after macro replacement on X has been performed.

View File

@ -45,8 +45,8 @@ static const int BIP0031_VERSION = 60000;
static const int MEMPOOL_GD_VERSION = 60002;
#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 4
#define DISPLAY_VERSION_REVISION 0
#define DISPLAY_VERSION_MINOR 9
#define DISPLAY_VERSION_REVISION 2
#define DISPLAY_VERSION_BUILD 1
#endif