diff options
author | AppleTheGolden <scotsbox@protonmail.com> | 2019-01-16 21:14:24 +0100 |
---|---|---|
committer | AppleTheGolden <scotsbox@protonmail.com> | 2019-01-16 21:14:24 +0100 |
commit | 437dec91f9934c83301b15a01331519de612bbf1 (patch) | |
tree | b1199e2b6c2c6e47fa4f046d72f8f8a01c00d4d1 /application/MultiMC.cpp | |
parent | d6ace374d8377a2184d27cc6c2921e950815dd8d (diff) | |
download | PrismLauncher-437dec91f9934c83301b15a01331519de612bbf1.tar.gz PrismLauncher-437dec91f9934c83301b15a01331519de612bbf1.tar.bz2 PrismLauncher-437dec91f9934c83301b15a01331519de612bbf1.zip |
Update Copyright Year
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 3a9c281e..5c1544e1 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -339,7 +339,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; |