Skip to content

Commit

Permalink
v1.8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EverGreenCoinDev committed Mar 24, 2019
1 parent f690ae3 commit f94e602
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EverGreenCoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/README
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/checkpoints.cpp
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -53,6 +53,7 @@ namespace Checkpoints
(1025892, uint256("0x890d5d285469dd763cb2a578198727321e57a11209637ce9a180615506ef4aa7"))
(1128000, uint256("0x67570526f24381855c51c61337c5587c59fdd9b214e0222a16c3f8e21fd0f128"))
(1160893, uint256("0x42585ed3da0759b22be36b1f1a7c74228a36f2ea7b3b673f05fcc4014dc695c1"))
(1198185, uint256("0xb11e6ca05c1a952c22eee231ae90bb0f7b47001d74f197762ea46c1e90b96853"))
;

// TestNet has no checkpoints
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
(1025892, 0xc6db109eu )
(1128000, 0x10d31a3du )
(1160893, 0x4cfa8e4du )
(1198185, 0xf2b2b851u )
;

// Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)
Expand Down
Binary file modified src/qt/res/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/splash_testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f94e602

Please sign in to comment.