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

index d1b51811567ae3da8d0bc14e562fdcba821acde5..cadc770b6dc5e1d55c9ce4a54fa6c442d7ea159e 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.12b1"
+       android:versionName="0.6.12b2"
        android:installLocation="auto"
        >
        <uses-sdk 
index d30ad77d828a31bd3c68a152ce802d168ac4e760..8319951255c4e66898101c3cc01bee974698bee9 100644 (file)
     <string name="skill_longdescription_concussion">When making an attack on a target whose block chance (BC) is at least %1$d lower than your attack chance (AC), there is a %2$d %% chance that the hit will cause a concussion on the target. A concussion will severely lower the target\'s offensive combat abilities, making the target less able to land successful attacks.</string>
 
     <string name="about_button4">About</string>
+       
+       <!-- =========================================== -->
+       <!-- Added in v0.6.12 -->
+       
     <string name="preferences_ui_category">Interface</string>
     <string name="preferences_ui_enable_animations_title">Enable animations</string>
     <string name="preferences_ui_enable_animations">Show animations for various interface elements, such as the combat bar.</string>
     <string name="display_worldmap_not_available">The map cannot be displayed from this location.</string>
     <string name="display_worldmap_title">Map</string>
     
-       <!-- =========================================== -->
-       <!-- Added in v0.6.12 -->
-       
        <string name="inventory_equip_offhand">Equip (offhand)</string>
        
        <string name="iteminfo_effect_weapon_attack_cost">Attack cost: %1$d AP</string>
index e3dfdef33884d4dd3a1506e2e9d241b042112b84..74a6581fafd83af69e3a14fdec2d6a85122d7e0a 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.12b1";\r
+       public static final String CURRENT_VERSION_DISPLAY = "0.6.12b2";\r
        \r
        public final WorldContext world = new WorldContext();\r
        public final WorldSetup setup = new WorldSetup(world, this);\r