diff options
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r-- | MultiMC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp index 4423eca1..258d7103 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -180,7 +180,7 @@ MultiMC::MultiMC(int &argc, char **argv, bool root_override) : QApplication(argc // init the logger initLogger(); - QLOG_INFO() << "MultiMC 5, (c) 2013 MultiMC Contributors"; + QLOG_INFO() << "MultiMC 5, (c) 2013-2014 MultiMC Contributors"; QLOG_INFO() << "Version : " << BuildConfig.VERSION_STR; QLOG_INFO() << "Git commit : " << BuildConfig.GIT_COMMIT; if (adjustedBy.size()) |