Skip to content

Commit

Permalink
Merge pull request #490 from raziel-/patch-2
Browse files Browse the repository at this point in the history
AMIGAOS: Add AmigaOS version format
  • Loading branch information
sev- committed Aug 9, 2014
2 parents bda6deb + 0c62508 commit 253d443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/version.cpp
Expand Up @@ -56,6 +56,9 @@
* to properly work in exports (i.e. release tar balls etc.).
*/
const char *gScummVMVersion = SCUMMVM_VERSION;
#ifdef __amigaos4__
static const char *version_cookie __attribute__((used)) = "$VER: ScummVM " SCUMMVM_VERSION " (" __DATE__ ", " __TIME__ ")";
#endif
#ifdef __PLAYSTATION2__
const char *gScummVMBuildDate = "Git Master"; /* ScummVM Git Master */
const char *gScummVMVersionDate = SCUMMVM_VERSION " - PlayStation2";
Expand Down

0 comments on commit 253d443

Please sign in to comment.