Skip to content

Commit

Permalink
Update splashscreen.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zPools committed Mar 3, 2018
1 parent 8f1eaee commit 1581575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/splashscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle)

// define text to place
QString titleText = tr("TIMECoin Core");
QString versionText = QString(tr("Version 1.0.0.1")).arg(QString::fromStdString(FormatFullVersion()));
QString versionText = QString(tr("Version 1.0.1.1")).arg(QString::fromStdString(FormatFullVersion()));
QString copyrightTextBtc = QChar(0xA9)+QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin Core developers"));
QString copyrightTextTIMECoin = QChar(0xA9)+QString(" 2017-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The TIMECoin Core developers"));
QString titleAddText = networkStyle->getTitleAddText();
Expand Down

0 comments on commit 1581575

Please sign in to comment.