info: update welcome screen

Signed-off-by: Thorsten Liebig <liebig@imst.de>
pull/96/head
Thorsten Liebig 2022-12-30 17:18:53 +01:00
parent e52babccbf
commit df7c58d961
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ void openEMS::WelcomeScreen()
cout << " ---------------------------------------------------------------------- " << endl;
cout << " | openEMS " << bits << " -- version " GIT_VERSION << endl;
cout << " | (C) 2010-2018 Thorsten Liebig <thorsten.liebig@gmx.de> GPL license" << endl;
cout << " | (C) 2010-2023 Thorsten Liebig <thorsten.liebig@gmx.de> GPL license" << endl;
cout << " ---------------------------------------------------------------------- " << endl;
cout << openEMS::GetExtLibsInfo("\t") << endl;
}