[Scummvm-cvs-logs] SF.net SVN: scummvm:[49359] scummvm/trunk/backends/platform/ds/arm9
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Mon May 31 20:28:27 CEST 2010
Revision: 49359
http://scummvm.svn.sourceforge.net/scummvm/?rev=49359&view=rev
Author: fingolfin
Date: 2010-05-31 18:28:26 +0000 (Mon, 31 May 2010)
Log Message:
-----------
DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txt
Modified Paths:
--------------
scummvm/trunk/backends/platform/ds/arm9/dist/readme_ds.txt
scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp
Modified: scummvm/trunk/backends/platform/ds/arm9/dist/readme_ds.txt
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/dist/readme_ds.txt 2010-05-31 18:22:29 UTC (rev 49358)
+++ scummvm/trunk/backends/platform/ds/arm9/dist/readme_ds.txt 2010-05-31 18:28:26 UTC (rev 49359)
@@ -41,6 +41,10 @@
What's New?
------------------------------------------------------------------------
+ScummVM DS 1.1.1
+
+ * Bugfix release: no new features
+
ScummVM DS 1.1.0
* New games are supported in this stable build: Return to Zork, Rodney's
@@ -319,7 +323,7 @@
------------------------------------------------------------------------
I'm glad you asked. Here is a list of the compatible games in version
-1.1.0. Demo versions of the games listed should work too.
+1.1.1. Demo versions of the games listed should work too.
Flight of the Amazon Queen, Beneath a Steel Sky, and Lure of the
Temptress have generously been released as freeware by the original
Modified: scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp 2010-05-31 18:22:29 UTC (rev 49358)
+++ scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp 2010-05-31 18:28:26 UTC (rev 49359)
@@ -103,6 +103,7 @@
#include "profiler/cyg-profile.h"
#endif
#include "backends/fs/ds/ds-fs.h"
+#include "base/version.h"
#include "engine.h"
extern "C" void OurIntrMain(void);
@@ -3162,7 +3163,7 @@
consolePrintf("-------------------------------\n");
consolePrintf("ScummVM DS\n");
consolePrintf("Ported by Neil Millstone\n");
- consolePrintf("Version 1.1.0 ");
+ consolePrintf("Version %s ", gScummVMVersion);
#if defined(DS_BUILD_A)
consolePrintf("build A\n");
consolePrintf("Lucasarts SCUMM games (SCUMM)\n");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list