mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 15:44:25 +02:00
v1.9.2.1
This commit is contained in:
parent
7504ac906c
commit
34f0889148
@ -1,6 +1,6 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = curecoin-qt
|
TARGET = curecoin-qt
|
||||||
VERSION = 1.4.0.1
|
VERSION = 1.9.2.1
|
||||||
INCLUDEPATH += src src/json src/qt
|
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
|
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
|
CONFIG += no_include_pwd
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
// These need to be macros, as version.cpp's and curecoin-qt.rc's voodoo requires it
|
// 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_MAJOR 1
|
||||||
#define CLIENT_VERSION_MINOR 4
|
#define CLIENT_VERSION_MINOR 9
|
||||||
#define CLIENT_VERSION_REVISION 0
|
#define CLIENT_VERSION_REVISION 2
|
||||||
#define CLIENT_VERSION_BUILD 1
|
#define CLIENT_VERSION_BUILD 1
|
||||||
|
|
||||||
// Converts the parameter X to a string after macro replacement on X has been performed.
|
// Converts the parameter X to a string after macro replacement on X has been performed.
|
||||||
|
@ -45,8 +45,8 @@ static const int BIP0031_VERSION = 60000;
|
|||||||
static const int MEMPOOL_GD_VERSION = 60002;
|
static const int MEMPOOL_GD_VERSION = 60002;
|
||||||
|
|
||||||
#define DISPLAY_VERSION_MAJOR 1
|
#define DISPLAY_VERSION_MAJOR 1
|
||||||
#define DISPLAY_VERSION_MINOR 4
|
#define DISPLAY_VERSION_MINOR 9
|
||||||
#define DISPLAY_VERSION_REVISION 0
|
#define DISPLAY_VERSION_REVISION 2
|
||||||
#define DISPLAY_VERSION_BUILD 1
|
#define DISPLAY_VERSION_BUILD 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user