diff --git a/EverGreenCoin-qt.pro b/EverGreenCoin-qt.pro index c90ef90..d1f7cf9 100644 --- a/EverGreenCoin-qt.pro +++ b/EverGreenCoin-qt.pro @@ -3,7 +3,7 @@ ############################################################################################### TEMPLATE = app TARGET = EverGreenCoin-Qt -VERSION = 1.8.2.0 +VERSION = 1.8.3.0 INCLUDEPATH += src src/json \ src/qt \ src/sph diff --git a/README.md b/README.md index ec2446f..5e52314 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Alt text](src/qt/res/images/splash.png) -EverGreenCoin version 1.8.2.0 +EverGreenCoin version 1.8.3.0 Cryptocurrency meets environment. diff --git a/doc/README b/doc/README index e3ba8d6..6e74720 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -EverGreenCoin v1.8.2.0 +EverGreenCoin v1.8.3.0 Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index ceb8175..3affa00 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2014-2016 The MaiaCoin developers -// Copyright (c) 2015-2017 The EverGreenCoin developers +// Copyright (c) 2015-2019 The EverGreenCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -53,6 +53,7 @@ namespace Checkpoints (1025892, uint256("0x890d5d285469dd763cb2a578198727321e57a11209637ce9a180615506ef4aa7")) (1128000, uint256("0x67570526f24381855c51c61337c5587c59fdd9b214e0222a16c3f8e21fd0f128")) (1160893, uint256("0x42585ed3da0759b22be36b1f1a7c74228a36f2ea7b3b673f05fcc4014dc695c1")) + (1198185, uint256("0xb11e6ca05c1a952c22eee231ae90bb0f7b47001d74f197762ea46c1e90b96853")) ; // TestNet has no checkpoints diff --git a/src/clientversion.h b/src/clientversion.h index 9999039..ba6df0d 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MINOR 8 -#define CLIENT_VERSION_REVISION 2 +#define CLIENT_VERSION_REVISION 3 #define CLIENT_VERSION_BUILD 0 // 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 59b6aec..4108975 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -44,6 +44,7 @@ static std::map mapStakeModifierCheckpoints = (1025892, 0xc6db109eu ) (1128000, 0x10d31a3du ) (1160893, 0x4cfa8e4du ) + (1198185, 0xf2b2b851u ) ; // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet) diff --git a/src/qt/res/images/splash.png b/src/qt/res/images/splash.png index 6be749b..4d0d8e3 100644 Binary files a/src/qt/res/images/splash.png and b/src/qt/res/images/splash.png differ diff --git a/src/qt/res/images/splash_testnet.png b/src/qt/res/images/splash_testnet.png index 6be749b..73172ed 100644 Binary files a/src/qt/res/images/splash_testnet.png and b/src/qt/res/images/splash_testnet.png differ