Bump pak version and apk version

This commit is contained in:
a1batross 2016-04-02 19:37:09 +03:00
parent c8432f81bb
commit b09068e655
4 changed files with 5 additions and 5 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.17"
android:versionName="0.17.1"
android:installLocation="auto">
<application android:label="@string/app_name"

@ -1 +1 @@
Subproject commit e52e4d93533d376b54b2902473a609720b014925
Subproject commit 374b358ebc4ed5b80465288d49b749db6e5387cc

View file

@ -21,11 +21,11 @@
<!-- TODO: Remove or change this placeholder text -->
<string name="about_main">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.17</string>
<string name="version_string" translatable="false">v0.17.1</string>
<string name="about_authors">Port to Android by SDLash3D team: \n
&#8226; a1batross\n
&#8226; mittorn \n
&#8226; nicknekit.\n
&#8226; nicknekit.\n
Special thanks to:\n
&#8226; Uncle Mike for Xash3D engine\n

View file

@ -65,7 +65,7 @@ import android.content.*;
*/
public class SDLActivity extends Activity {
private static final String TAG = "SDL";
private static final int PAK_VERSION = 4;
private static final int PAK_VERSION = 5;
// Keep track of the paused state
public static boolean mIsPaused, mIsSurfaceReady, mHasFocus, mUseVolume;