aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/maemo/main.cpp')
-rw-r--r--backends/platform/maemo/main.cpp3
1 files changed, 2 insertions, 1 deletions
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 <hildon-widgets/hildon-app.h>
#include <gtk/gtk.h>
#include <libosso.h>
@@ -41,7 +42,7 @@
#include <sys/resource.h>
#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;