diff --git a/openems.cpp b/openems.cpp index 8b632e2..5f70f98 100644 --- a/openems.cpp +++ b/openems.cpp @@ -286,7 +286,7 @@ void openEMS::WelcomeScreen() cout << " ---------------------------------------------------------------------- " << endl; cout << " | openEMS " << bits << " -- version " GIT_VERSION << endl; - cout << " | (C) 2010-2018 Thorsten Liebig GPL license" << endl; + cout << " | (C) 2010-2023 Thorsten Liebig GPL license" << endl; cout << " ---------------------------------------------------------------------- " << endl; cout << openEMS::GetExtLibsInfo("\t") << endl; }