v4.0.5: add some infos to --version

This commit is contained in:
Your Name 2021-06-14 17:43:56 +02:00
parent 4c98086262
commit 871017a27f
2 changed files with 4 additions and 1 deletions

View File

@ -148,11 +148,14 @@ int manageParameter(Settings &settings, int argc, char **argv)
void unterOption_printVersion(Settings &settings) void unterOption_printVersion(Settings &settings)
{ {
std::cout << "Programinfos:" << std::endl std::cout << "Programinfos:" << std::endl
<< " > Build-Datum: " << __DATE__ << std::endl
<< " > Build-Uhrzeit: " << __TIME__ << std::endl
<< " > Program Version: " << settings.version << std::endl << " > Program Version: " << settings.version << std::endl
<< " > Defaults Datei Version: " << settings.defaultFileVersion << std::endl << " > Defaults Datei Version: " << settings.defaultFileVersion << std::endl
#ifdef __MINGW_GCC_VERSION #ifdef __MINGW_GCC_VERSION
<< " > MINGW GCC Version: " <<__GNUC__ << "." << __GNUC_MINOR__ << "." << __GNUC_PATCHLEVEL__ << std::endl << " > MINGW GCC Version: " <<__GNUC__ << "." << __GNUC_MINOR__ << "." << __GNUC_PATCHLEVEL__ << std::endl
#endif #endif

<< " > C++ Standart: "; << " > C++ Standart: ";
if(__cplusplus == 1) std::cout << "C++_Pre_C++98" << std::endl; if(__cplusplus == 1) std::cout << "C++_Pre_C++98" << std::endl;
else if (__cplusplus == 199711) std::cout << "C++98" << std::endl; else if (__cplusplus == 199711) std::cout << "C++98" << std::endl;

View File

@ -26,7 +26,7 @@


#define UpdaterCloudUrlWithPath "https://cloud.obermui.de/s/tXz7SWdaPJ7TacZ/download?path=%2F&files=" #define UpdaterCloudUrlWithPath "https://cloud.obermui.de/s/tXz7SWdaPJ7TacZ/download?path=%2F&files="
#define SecondUpdaterCloudUrlWithPath "https://snew4.obermui.de/download?path=%2F&files=" #define SecondUpdaterCloudUrlWithPath "https://snew4.obermui.de/download?path=%2F&files="
#define VERSION "5.0.4" #define VERSION "5.0.5"
#define DEFAULT_FILE_VERSION "2.1" #define DEFAULT_FILE_VERSION "2.1"


//default, anime, normal, //default, anime, normal,