2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-27 04:11:08 +01:00

Android project version bump

This commit is contained in:
mittorn 2015-09-30 02:53:08 +07:00
parent 26e6eef233
commit 30ba1d301b
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="in.celest.xash3d.hl"
android:versionCode="0"
android:versionName="0.15"
android:versionName="0.16"
android:installLocation="auto">
<!-- Create a Java class extending SDLActivity and place it in a

View File

@ -27,7 +27,7 @@
<!-- TODO: Remove or change this placeholder text -->
<string name="about_main" translatable="false">Xash3D Android</string>
<string name="about_copyright">SDLash3D is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners.</string>
<string name="version_string" translatable="false">v0.15</string>
<string name="version_string" translatable="false">v0.16</string>
<string name="about_authors">Port to Android by SDLash3D team: \n
&#8226; a1batross\n
&#8226; mittorn \n

View File

@ -5,7 +5,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="in.celest.xash3d.hl.test"
android:versionCode="1"
android:versionName="0.15pre"
android:versionName="0.16pre"
android:installLocation="auto">
<!-- Create a Java class extending SDLActivity and place it in a