mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-09 13:09:34 +01:00
Bump version number for beta2.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@184 08aca716-68be-ccc6-4d58-36f5abd142ac
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="25"
|
||||
android:versionName="0.6.10b1"
|
||||
android:versionName="0.6.10b2"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk
|
||||
|
||||
@@ -20,7 +20,7 @@ public final class AndorsTrailApplication extends Application {
|
||||
public static final boolean DEVELOPMENT_VALIDATEDATA = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
|
||||
public static final int CURRENT_VERSION = 25;
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.6.10b1";
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.6.10b2";
|
||||
|
||||
public final WorldContext world = new WorldContext();
|
||||
public final WorldSetup setup = new WorldSetup(world, this);
|
||||
|
||||
Reference in New Issue
Block a user