mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 07:34:41 +02:00
v1.9.5
This commit is contained in:
parent
b87d516aea
commit
1a34fb178e
2
COPYING
2
COPYING
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2013-2017 CureCoin Developers
|
Copyright (c) 2013-2018 CureCoin Developers
|
||||||
Copyright (c) 2011-2012 PPCoin Developers
|
Copyright (c) 2011-2012 PPCoin Developers
|
||||||
Copyright (c) 2009-2012 Bitcoin Developers
|
Copyright (c) 2009-2012 Bitcoin Developers
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = curecoin-qt
|
TARGET = curecoin-qt
|
||||||
VERSION = 1.9.3.1
|
VERSION = 1.9.5.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
|
||||||
|
@ -30,6 +30,7 @@ static MapCheckpoints mapCheckpoints =
|
|||||||
( 130000, uint256("1a42c44f40a1ffe6539d37175559c307340811c9c43277cd99ba8e6370d46bb5"))
|
( 130000, uint256("1a42c44f40a1ffe6539d37175559c307340811c9c43277cd99ba8e6370d46bb5"))
|
||||||
( 148000, uint256("6eff6bbe6b2f5f6282b8628f6d7185e454c715f89a6d9a250df1fc0f6e0ed4e7"))
|
( 148000, uint256("6eff6bbe6b2f5f6282b8628f6d7185e454c715f89a6d9a250df1fc0f6e0ed4e7"))
|
||||||
( 180646, uint256("9cbc41346470862c61a2acba7b4773128339fe9ffd6c1da6e566657a4eb6f2c5"))
|
( 180646, uint256("9cbc41346470862c61a2acba7b4773128339fe9ffd6c1da6e566657a4eb6f2c5"))
|
||||||
|
( 208090, uint256("7c0b71191e9419f0ac6a0dad5a4fedb056f190dd0c3aa67628e51c8bf2e7d943"))
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
// 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 9
|
#define CLIENT_VERSION_MINOR 9
|
||||||
#define CLIENT_VERSION_REVISION 4
|
#define CLIENT_VERSION_REVISION 5
|
||||||
#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.
|
||||||
|
@ -25,6 +25,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
|
|||||||
( 130000, 0xf3878d42u )
|
( 130000, 0xf3878d42u )
|
||||||
( 148000, 0x111af91cu )
|
( 148000, 0x111af91cu )
|
||||||
( 180646, 0xb85b7dd1u )
|
( 180646, 0xb85b7dd1u )
|
||||||
|
( 208090, 0x5bcb7d1bu )
|
||||||
;
|
;
|
||||||
|
|
||||||
// Get time weight
|
// Get time weight
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
// 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
|
// Distributed under the MIT/X11 software license, see the accompanying
|
||||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<cursorShape>IBeamCursor</cursorShape>
|
<cursorShape>IBeamCursor</cursorShape>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Copyright © 2013-2017 The Curecoin Foundation
|
<string>Copyright © 2013-2018 The Curecoin Foundation
|
||||||
https://www.curecoin.net</string>
|
https://www.curecoin.net</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textInteractionFlags">
|
<property name="textInteractionFlags">
|
||||||
|
@ -46,7 +46,7 @@ static const int MEMPOOL_GD_VERSION = 60002;
|
|||||||
|
|
||||||
#define DISPLAY_VERSION_MAJOR 1
|
#define DISPLAY_VERSION_MAJOR 1
|
||||||
#define DISPLAY_VERSION_MINOR 9
|
#define DISPLAY_VERSION_MINOR 9
|
||||||
#define DISPLAY_VERSION_REVISION 4
|
#define DISPLAY_VERSION_REVISION 5
|
||||||
#define DISPLAY_VERSION_BUILD 1
|
#define DISPLAY_VERSION_BUILD 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user