mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Bump version to v0.7.2dev
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.gpl.rpg.AndorsTrail"
|
package="com.gpl.rpg.AndorsTrail"
|
||||||
android:versionCode="42"
|
android:versionCode="42"
|
||||||
android:versionName="0.7.1"
|
android:versionName="0.7.2dev"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
>
|
>
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
|||||||
@@ -18,11 +18,11 @@ public final class AndorsTrailApplication extends Application {
|
|||||||
public static final boolean DEVELOPMENT_FORCE_STARTNEWGAME = false;
|
public static final boolean DEVELOPMENT_FORCE_STARTNEWGAME = false;
|
||||||
public static final boolean DEVELOPMENT_FORCE_CONTINUEGAME = false;
|
public static final boolean DEVELOPMENT_FORCE_CONTINUEGAME = false;
|
||||||
public static final boolean DEVELOPMENT_DEBUGBUTTONS = false;
|
public static final boolean DEVELOPMENT_DEBUGBUTTONS = false;
|
||||||
public static final boolean DEVELOPMENT_VALIDATEDATA = false;
|
public static final boolean DEVELOPMENT_VALIDATEDATA = true;
|
||||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
|
public static final boolean DEVELOPMENT_DEBUGMESSAGES = true;
|
||||||
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS;
|
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || true;
|
||||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 42;
|
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 42;
|
||||||
public static final String CURRENT_VERSION_DISPLAY = "0.7.1";
|
public static final String CURRENT_VERSION_DISPLAY = "0.7.2dev";
|
||||||
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");
|
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");
|
||||||
|
|
||||||
private final AndorsTrailPreferences preferences = new AndorsTrailPreferences();
|
private final AndorsTrailPreferences preferences = new AndorsTrailPreferences();
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<div class="andorsTrailLogo" id="title">
|
<div class="andorsTrailLogo" id="title">
|
||||||
Andor's Trail Content Editor
|
Andor's Trail Content Editor
|
||||||
<span id="version">
|
<span id="version">
|
||||||
v0.7.1dev
|
v0.7.2dev
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
|
|||||||
Reference in New Issue
Block a user