From 437dec91f9934c83301b15a01331519de612bbf1 Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Wed, 16 Jan 2019 21:14:24 +0100 Subject: Update Copyright Year --- application/MultiMC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/MultiMC.cpp') 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; -- cgit