diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-01-17 00:51:54 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-01-17 00:51:54 +0100 |
commit | c1ea42d3d9b793b52d52310f69174f1c5ab9daef (patch) | |
tree | 4e227eac7a9d134026d7cbf34c56d834b1fe3daf /application/MultiMC.cpp | |
parent | 7436c94976b2ee0c6f8a9e69d6acb8369ba4cbe6 (diff) | |
parent | 437dec91f9934c83301b15a01331519de612bbf1 (diff) | |
download | PrismLauncher-c1ea42d3d9b793b52d52310f69174f1c5ab9daef.tar.gz PrismLauncher-c1ea42d3d9b793b52d52310f69174f1c5ab9daef.tar.bz2 PrismLauncher-c1ea42d3d9b793b52d52310f69174f1c5ab9daef.zip |
Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop
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 88e516af..762121b2 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -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; |