From df7c58d9612885eff9d5d5cc656d050d88cbc025 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Fri, 30 Dec 2022 17:18:53 +0100 Subject: [PATCH] info: update welcome screen Signed-off-by: Thorsten Liebig --- openems.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }