aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2007-06-18 13:41:51 +0000
committerTravis Howell2007-06-18 13:41:51 +0000
commit8c881acd48ea9b58ef0b38b0fd2f9c3fddb20a70 (patch)
treea2e8056c5f80af16def5481e7a65c3de0ecb38a2
parent2aab31df971b2570c7b14f4ef6d67bf05b71d088 (diff)
downloadscummvm-rg350-8c881acd48ea9b58ef0b38b0fd2f9c3fddb20a70.tar.gz
scummvm-rg350-8c881acd48ea9b58ef0b38b0fd2f9c3fddb20a70.tar.bz2
scummvm-rg350-8c881acd48ea9b58ef0b38b0fd2f9c3fddb20a70.zip
Update versions.
svn-id: r27536
-rw-r--r--backends/platform/maemo/hildon.cpp2
-rw-r--r--backends/platform/maemo/main.cpp2
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;