From dc62023190055f909d1a5183b8c1396051a7cfa2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 18 Jun 2007 14:18:42 +0000 Subject: Use the SCUMMVM_VERSION macro from base/internal_version.h in the maemo backend code, instead of hardcoding it (one potential headache less, yippie) svn-id: r27537 --- backends/platform/maemo/hildon.cpp | 3 ++- backends/platform/maemo/main.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'backends') diff --git a/backends/platform/maemo/hildon.cpp b/backends/platform/maemo/hildon.cpp index 314e1de502..d4f2aa122d 100644 --- a/backends/platform/maemo/hildon.cpp +++ b/backends/platform/maemo/hildon.cpp @@ -26,9 +26,10 @@ #include #include #include +#include "base/internal_version.h" #define OSSO_APP_NAME "scummvm" -#define OSSO_APP_VERSION "0.11.0SVN" +#define OSSO_APP_VERSION SCUMMVM_VERSION #define OSSO_APP_SERVICE "org.scummvm."OSSO_APP_NAME #define OSSO_APP_OBJECT "/org/scummvm/"OSSO_APP_NAME #define OSSO_APP_IFACE "org.scummvm."OSSO_APP_NAME diff --git a/backends/platform/maemo/main.cpp b/backends/platform/maemo/main.cpp index 7d0b5cf821..73a5aff7bc 100644 --- a/backends/platform/maemo/main.cpp +++ b/backends/platform/maemo/main.cpp @@ -33,6 +33,7 @@ #include "backends/platform/maemo/maemo-sdl.h" #include "base/main.h" +#include "base/internal_version.h" #include #include #include @@ -41,7 +42,7 @@ #include #define OSSO_APP_NAME "scummvm" -#define OSSO_APP_VERSION "0.11.0SVN" +#define OSSO_APP_VERSION SCUMMVM_VERSION void set_doubling(unsigned char enable) { return; -- cgit v1.2.3