update welcome screen
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>pull/37/head
parent
ba4c5c5cce
commit
a5838df1e1
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue