This commit is contained in:
Markus 2022-03-25 22:20:23 +01:00
parent d0d78c04ea
commit 51be968f77

View File

@ -156,7 +156,7 @@ void unterOption_printVersion(Settings &settings)
std::cout << "Programminformationen:" << std::endl
<< " > Build-Datum: \t\t" << __DATE__ << std::endl
<< " > Build-Uhrzeit: \t\t" << __TIME__ << std::endl
<< " > Program Version: \t" << settings.version << std::endl
<< " > Program Version: \t\t" << settings.version << std::endl
<< " > Defaults Datei Version: \t" << settings.defaultFileVersion << std::endl

#ifdef __MINGW_GCC_VERSION