Skip to content

Commit

Permalink
EverGreenCoin v1.8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EverGreenCoinDev committed Jul 5, 2019
1 parent dc35ec5 commit 016f485
Show file tree
Hide file tree
Showing 7 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.3.0
VERSION = 1.8.4.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.3.0
EverGreenCoin version 1.8.4.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.3.0
EverGreenCoin v1.8.4.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
1 change: 1 addition & 0 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ namespace Checkpoints
(1128000, uint256("0x67570526f24381855c51c61337c5587c59fdd9b214e0222a16c3f8e21fd0f128"))
(1160893, uint256("0x42585ed3da0759b22be36b1f1a7c74228a36f2ea7b3b673f05fcc4014dc695c1"))
(1198185, uint256("0xb11e6ca05c1a952c22eee231ae90bb0f7b47001d74f197762ea46c1e90b96853"))
(1239159, uint256("0x82f18183ace4ab4764d144cf02e14603da66ea1585fde262badd705798bef416"))
;

// 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 3
#define CLIENT_VERSION_REVISION 4
#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 @@ -45,6 +45,7 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
(1128000, 0x10d31a3du )
(1160893, 0x4cfa8e4du )
(1198185, 0xf2b2b851u )
(1239159, 0x43fc99a0u )
;

// Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)
Expand Down
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
#endif // QT_VERSION

resize(1000, 600);
setWindowTitle(tr("EverGreenCoin® Core - Wallet v1.8.3") );
setWindowTitle(tr("EverGreenCoin® Core - Wallet v1.8.4") );
#ifndef Q_OS_MAC
qApp->setWindowIcon(QIcon(":icons/evergreencoin"));
setWindowIcon(QIcon(":icons/evergreencoin"));
Expand Down

0 comments on commit 016f485

Please sign in to comment.