update welcome screen

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
pull/37/head
Thorsten Liebig 2018-03-27 20:44:44 +02:00
parent ba4c5c5cce
commit a5838df1e1
1 changed files with 1 additions and 1 deletions

View File

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