Updated version number to v0.6.11

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@254 08aca716-68be-ccc6-4d58-36f5abd142ac
This commit is contained in:
oskar.wiksten
2012-06-07 20:18:26 +00:00
parent d6ca97deb7
commit c592d50fb7
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gpl.rpg.AndorsTrail"
android:versionCode="28"
android:versionName="0.6.11b2"
android:versionCode="29"
android:versionName="0.6.11"
android:installLocation="auto"
>
<uses-sdk

View File

@@ -20,8 +20,8 @@ public final class AndorsTrailApplication extends Application {
public static final boolean DEVELOPMENT_VALIDATEDATA = false;
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || false;
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 28;
public static final String CURRENT_VERSION_DISPLAY = "0.6.11b2";
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 29;
public static final String CURRENT_VERSION_DISPLAY = "0.6.11";
public final WorldContext world = new WorldContext();
public final WorldSetup setup = new WorldSetup(world, this);