Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop

This commit is contained in:
Petr Mrázek 2019-01-17 00:51:54 +01:00
commit c1ea42d3d9
242 changed files with 242 additions and 242 deletions

View file

@ -340,7 +340,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
ENV.setJarsPath( TOSTRING(MULTIMC_JARS_LOCATION) );
#endif
qDebug() << "MultiMC 5, (c) 2013-2018 MultiMC Contributors";
qDebug() << "MultiMC 5, (c) 2013-2019 MultiMC Contributors";
qDebug() << "Version : " << BuildConfig.printableVersionString();
qDebug() << "Git commit : " << BuildConfig.GIT_COMMIT;
qDebug() << "Git refspec : " << BuildConfig.GIT_REFSPEC;