Skip to content

Commit

Permalink
Bump pak version and apk version
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Apr 2, 2016
1 parent c8432f8 commit b09068e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion jni/src/Xash3D/xash3d
4 changes: 2 additions & 2 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/org/libsdl/app/SDLActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
*/
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;
Expand Down

0 comments on commit b09068e

Please sign in to comment.