diff --git a/COPYING b/COPYING index 97b8dc7..fbbe850 100644 --- a/COPYING +++ b/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) 2009-2012 Bitcoin Developers diff --git a/curecoin-qt.pro b/curecoin-qt.pro index 89922c9..0bde4b3 100644 --- a/curecoin-qt.pro +++ b/curecoin-qt.pro @@ -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 diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 15b4882..e0b021e 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -30,6 +30,7 @@ static MapCheckpoints mapCheckpoints = ( 130000, uint256("1a42c44f40a1ffe6539d37175559c307340811c9c43277cd99ba8e6370d46bb5")) ( 148000, uint256("6eff6bbe6b2f5f6282b8628f6d7185e454c715f89a6d9a250df1fc0f6e0ed4e7")) ( 180646, uint256("9cbc41346470862c61a2acba7b4773128339fe9ffd6c1da6e566657a4eb6f2c5")) + ( 208090, uint256("7c0b71191e9419f0ac6a0dad5a4fedb056f190dd0c3aa67628e51c8bf2e7d943")) ; diff --git a/src/clientversion.h b/src/clientversion.h index 83e38ca..480fb25 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -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. diff --git a/src/kernel.cpp b/src/kernel.cpp index dfa9d93..9d73f37 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -25,6 +25,7 @@ static std::map mapStakeModifierCheckpoints = ( 130000, 0xf3878d42u ) ( 148000, 0x111af91cu ) ( 180646, 0xb85b7dd1u ) + ( 208090, 0x5bcb7d1bu ) ; // Get time weight diff --git a/src/main.cpp b/src/main.cpp index a8dea27..e254577 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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. diff --git a/src/qt/forms/aboutdialog.ui b/src/qt/forms/aboutdialog.ui index 9665194..b878093 100644 --- a/src/qt/forms/aboutdialog.ui +++ b/src/qt/forms/aboutdialog.ui @@ -91,7 +91,7 @@ IBeamCursor - Copyright © 2013-2017 The Curecoin Foundation + Copyright © 2013-2018 The Curecoin Foundation https://www.curecoin.net diff --git a/src/version.h b/src/version.h index 9028e68..f79417d 100644 --- a/src/version.h +++ b/src/version.h @@ -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