diff options
author | Eugene Sandulenko | 2014-06-30 23:55:38 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2014-06-30 23:55:38 +0300 |
commit | 3c6284a1c707301090067e6c48477d72d66c44ec (patch) | |
tree | 618ccc11b4b1c2c5f775696042a1688c10150e08 /dists/android | |
parent | ddc24ad42e645e38cbd28c1fcfb093d3486a01ec (diff) | |
download | scummvm-rg350-3c6284a1c707301090067e6c48477d72d66c44ec.tar.gz scummvm-rg350-3c6284a1c707301090067e6c48477d72d66c44ec.tar.bz2 scummvm-rg350-3c6284a1c707301090067e6c48477d72d66c44ec.zip |
RELEASE: This is 1.8.0git
Diffstat (limited to 'dists/android')
-rw-r--r-- | dists/android/AndroidManifest.xml | 2 | ||||
-rw-r--r-- | dists/android/plugin-manifest.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index 16d1ee578b..db8a9adc54 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.7.0git" + android:versionName="1.8.0git" android:installLocation="preferExternal" android:sharedUserId="org.scummvm.scummvm"> diff --git a/dists/android/plugin-manifest.xml b/dists/android/plugin-manifest.xml index f96cd4eb91..040d1ea57c 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.7.0git" + android:versionName="1.8.0git" android:installLocation="preferExternal" android:sharedUserId="org.scummvm.scummvm"> |