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 f94e602 commit 240a1da
Showing 1 changed file with 1 addition and 1 deletion.
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.2") );
setWindowTitle(tr("EverGreenCoin® Core - Wallet v1.8.3") );
#ifndef Q_OS_MAC
qApp->setWindowIcon(QIcon(":icons/evergreencoin"));
setWindowIcon(QIcon(":icons/evergreencoin"));
Expand Down

0 comments on commit 240a1da

Please sign in to comment.