diff options
Diffstat (limited to 'application/MultiMC.cpp')
-rw-r--r-- | application/MultiMC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index 64a88440..4b4cd6a9 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -235,7 +235,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv) // init the logger initLogger(); - qDebug() << "MultiMC 5, (c) 2013-2015 MultiMC Contributors"; + qDebug() << "MultiMC 5, (c) 2013-2017 MultiMC Contributors"; qDebug() << "Version : " << BuildConfig.printableVersionString(); qDebug() << "Git commit : " << BuildConfig.GIT_COMMIT; qDebug() << "Git refspec : " << BuildConfig.GIT_REFSPEC; |