This commit is contained in:
EverGreenCoin 2018-01-14 16:55:42 -05:00
parent b87d516aea
commit 1a34fb178e
8 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2013-2017 CureCoin Developers
Copyright (c) 2013-2018 CureCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2012 Bitcoin Developers

View File

@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = curecoin-qt
VERSION = 1.9.3.1
VERSION = 1.9.5.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

@ -30,6 +30,7 @@ static MapCheckpoints mapCheckpoints =
( 130000, uint256("1a42c44f40a1ffe6539d37175559c307340811c9c43277cd99ba8e6370d46bb5"))
( 148000, uint256("6eff6bbe6b2f5f6282b8628f6d7185e454c715f89a6d9a250df1fc0f6e0ed4e7"))
( 180646, uint256("9cbc41346470862c61a2acba7b4773128339fe9ffd6c1da6e566657a4eb6f2c5"))
( 208090, uint256("7c0b71191e9419f0ac6a0dad5a4fedb056f190dd0c3aa67628e51c8bf2e7d943"))
;

View File

@ -8,7 +8,7 @@
// 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 9
#define CLIENT_VERSION_REVISION 4
#define CLIENT_VERSION_REVISION 5
#define CLIENT_VERSION_BUILD 1
// Converts the parameter X to a string after macro replacement on X has been performed.

View File

@ -25,6 +25,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
( 130000, 0xf3878d42u )
( 148000, 0x111af91cu )
( 180646, 0xb85b7dd1u )
( 208090, 0x5bcb7d1bu )
;
// Get time weight

View File

@ -1,5 +1,5 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2013-2017 The Curecoin developers
// Copyright (c) 2013-2018 The Curecoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

View File

@ -91,7 +91,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Copyright © 2013-2017 The Curecoin Foundation
<string>Copyright © 2013-2018 The Curecoin Foundation
https://www.curecoin.net</string>
</property>
<property name="textInteractionFlags">

View File

@ -46,7 +46,7 @@ static const int MEMPOOL_GD_VERSION = 60002;
#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 9
#define DISPLAY_VERSION_REVISION 4
#define DISPLAY_VERSION_REVISION 5
#define DISPLAY_VERSION_BUILD 1
#endif