diff options
-rw-r--r-- | backends/platform/maemo/hildon.cpp | 2 | ||||
-rw-r--r-- | backends/platform/maemo/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/maemo/hildon.cpp b/backends/platform/maemo/hildon.cpp index cd23617685..314e1de502 100644 --- a/backends/platform/maemo/hildon.cpp +++ b/backends/platform/maemo/hildon.cpp @@ -28,7 +28,7 @@ #include <libosso.h> #define OSSO_APP_NAME "scummvm" -#define OSSO_APP_VERSION "0.9.0CVS" +#define OSSO_APP_VERSION "0.11.0SVN" #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 40b2efb626..7d0b5cf821 100644 --- a/backends/platform/maemo/main.cpp +++ b/backends/platform/maemo/main.cpp @@ -41,7 +41,7 @@ #include <sys/resource.h> #define OSSO_APP_NAME "scummvm" -#define OSSO_APP_VERSION "0.9.0CVS" +#define OSSO_APP_VERSION "0.11.0SVN" void set_doubling(unsigned char enable) { return; |