Ticket #8556: version.cpp.patch

File version.cpp.patch, 680 bytes (added by SF/polluks, 17 years ago)

transparent Amiga version tag

  • base/version.cpp

    old new  
    5757 */
    5858const char *gScummVMVersion = SCUMMVM_VERSION;
    5959const char *gScummVMBuildDate = __DATE__ " " __TIME__;
    60 const char *gScummVMVersionDate = SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
    61 const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
     60const char *gScummVMFullVersion = "$VER: ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")" + sizeof "$VER:";
     61const char *gScummVMVersionDate = gScummVMFullVersion + sizeof "ScummVM";
    6262const char *gScummVMFeatures = ""
    6363#ifdef USE_TREMOR
    6464        "Tremor "