<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gpl.rpg.AndorsTrail"
- android:versionCode="29"
- android:versionName="0.6.11"
+ android:versionCode="30"
+ android:versionName="0.6.12dev"
android:installLocation="auto"
>
<uses-sdk
public static final boolean DEVELOPMENT_VALIDATEDATA = false;\r
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;\r
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || false;\r
- public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 29;\r
- public static final String CURRENT_VERSION_DISPLAY = "0.6.11";\r
+ public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 30;\r
+ public static final String CURRENT_VERSION_DISPLAY = "0.6.12dev";\r
\r
public final WorldContext world = new WorldContext();\r
public final WorldSetup setup = new WorldSetup(world, this);\r