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

View file

@ -27,7 +27,7 @@
<!-- TODO: Remove or change this placeholder text --> <!-- TODO: Remove or change this placeholder text -->
<string name="about_main" translatable="false">Xash3D Android</string> <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="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 <string name="about_authors">Port to Android by SDLash3D team: \n
&#8226; a1batross\n &#8226; a1batross\n
&#8226; mittorn \n &#8226; mittorn \n

View file

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