aboutsummaryrefslogtreecommitdiff
path: root/dists/android
diff options
context:
space:
mode:
authorEugene Sandulenko2012-07-08 22:30:05 +0300
committerEugene Sandulenko2012-07-08 22:30:05 +0300
commit6387e3bca73dd8b2dacab15a84a4a3b8d6c13c10 (patch)
treee1332767022ab3c53f7cae13b0db00c03b81249a /dists/android
parenta4b0c0e2db36353ac037dc60a639bf59611bedda (diff)
downloadscummvm-rg350-6387e3bca73dd8b2dacab15a84a4a3b8d6c13c10.tar.gz
scummvm-rg350-6387e3bca73dd8b2dacab15a84a4a3b8d6c13c10.tar.bz2
scummvm-rg350-6387e3bca73dd8b2dacab15a84a4a3b8d6c13c10.zip
RELEASE: This is 1.6.0git
Diffstat (limited to 'dists/android')
-rw-r--r--dists/android/AndroidManifest.xml2
-rw-r--r--dists/android/plugin-manifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index e7778fdf61..a3c02474eb 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -4,7 +4,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.scummvm.scummvm"
android:versionCode="@ANDROID_VERSIONCODE@"
- android:versionName="1.5.0git"
+ android:versionName="1.6.0git"
android:installLocation="preferExternal"
android:sharedUserId="org.scummvm.scummvm">
diff --git a/dists/android/plugin-manifest.xml b/dists/android/plugin-manifest.xml
index 51b39be3b1..7855c330c6 100644
--- a/dists/android/plugin-manifest.xml
+++ b/dists/android/plugin-manifest.xml
@@ -3,7 +3,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.scummvm.scummvm.plugin.@PLUGIN_NAME@"
android:versionCode="@PLUGIN_VERSION_CODE@"
- android:versionName="1.5.0git"
+ android:versionName="1.6.0git"
android:installLocation="preferExternal"
android:sharedUserId="org.scummvm.scummvm">