]> www.infradead.org Git - users/mchehab/andors-trail.git/commitdiff
Bump version number to v0.6.12b1.
authorOskar Wiksten <oskar.wiksten@gmail.com>
Thu, 18 Oct 2012 20:36:32 +0000 (22:36 +0200)
committerOskar Wiksten <oskar.wiksten@gmail.com>
Thu, 18 Oct 2012 20:36:32 +0000 (22:36 +0200)
AndorsTrail/AndroidManifest.xml
AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java

index 107a2b81375059c99248d07451b599d6ecb6b039..d1b51811567ae3da8d0bc14e562fdcba821acde5 100644 (file)
@@ -4,7 +4,7 @@
        xmlns:android="http://schemas.android.com/apk/res/android" 
        package="com.gpl.rpg.AndorsTrail"
        android:versionCode="32"
-       android:versionName="0.6.12a2"
+       android:versionName="0.6.12b1"
        android:installLocation="auto"
        >
        <uses-sdk 
index 143de673d7a8559f3718688746ca5dcd03700c13..a593c79b0471a394611d807d5ad86bcab9317f19 100644 (file)
@@ -21,7 +21,7 @@ public final class AndorsTrailApplication extends Application {
        public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;\r
        public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES;\r
        public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 32;\r
-       public static final String CURRENT_VERSION_DISPLAY = "0.6.12a2";\r
+       public static final String CURRENT_VERSION_DISPLAY = "0.6.12b1";\r
        \r
        public final WorldContext world = new WorldContext();\r
        public final WorldSetup setup = new WorldSetup(world, this);\r