[ scummvm-Patches-1524702 ] Amiga version tag

SourceForge.net noreply at sourceforge.net
Tue Jul 18 19:13:26 CEST 2006


Patches item #1524702, was opened at 2006-07-18 19:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1524702&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Haubenthal (polluks)
Assigned to: Nobody/Anonymous (nobody)
Summary: Amiga version tag

Initial Comment:
--- base/version.cpp.bak	Wed Jun 21 21:17:37 2006
+++ base/version.cpp	Fri Jul 14 01:01:05 2006
@@ -57,8 +57,8 @@
  */
 const char *gScummVMVersion = SCUMMVM_VERSION;
 const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMVersionDate = SCUMMVM_VERSION " ("
__DATE__ " " __TIME__ ")";
-const char *gScummVMFullVersion = "ScummVM "
SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "$VER: ScummVM "
SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")" + sizeof
"$VER:";
+const char *gScummVMVersionDate = gScummVMFullVersion
+ sizeof "ScummVM";
 const char *gScummVMFeatures = ""
 #ifdef USE_TREMOR
 	"Tremor "


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1524702&group_id=37116




More information about the Scummvm-tracker mailing list