diff options
author | Max Horn | 2007-06-18 12:34:29 +0000 |
---|---|---|
committer | Max Horn | 2007-06-18 12:34:29 +0000 |
commit | 019cbf0e6c7957543379115cb95d1b96704405e6 (patch) | |
tree | 353fb9e81f8a52c5e894d3afe302e216458500ac /backends | |
parent | f95c8450cbde8f3e73ead3399fb8ec817023d843 (diff) | |
download | scummvm-rg350-019cbf0e6c7957543379115cb95d1b96704405e6.tar.gz scummvm-rg350-019cbf0e6c7957543379115cb95d1b96704405e6.tar.bz2 scummvm-rg350-019cbf0e6c7957543379115cb95d1b96704405e6.zip |
Added FIXME to dsmain.cpp about it not using SCUMMVM_VERSION (thus adding one more headache to the release process)
svn-id: r27531
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/ds/arm9/source/dsmain.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/source/dsmain.cpp b/backends/platform/ds/arm9/source/dsmain.cpp index 860aa41828..becb0205cb 100644 --- a/backends/platform/ds/arm9/source/dsmain.cpp +++ b/backends/platform/ds/arm9/source/dsmain.cpp @@ -2312,6 +2312,8 @@ int main(void) consolePrintf("-------------------------------\n"); consolePrintf("ScummVM DS\n"); consolePrintf("Ported by Neil Millstone\n"); + FIXME: Change this code to make use of base/internal_version.h + resp. uses gScummVMVersion from base/version.h consolePrintf("Version 0.10.0SVN "); #if defined(DS_BUILD_A) consolePrintf("build A\n"); |