]> www.infradead.org Git - users/mchehab/andors-trail.git/commitdiff
Bump version number for beta2.
authoroskar.wiksten <oskar.wiksten@08aca716-68be-ccc6-4d58-36f5abd142ac>
Sun, 16 Oct 2011 15:55:11 +0000 (15:55 +0000)
committeroskar.wiksten <oskar.wiksten@08aca716-68be-ccc6-4d58-36f5abd142ac>
Sun, 16 Oct 2011 15:55:11 +0000 (15:55 +0000)
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@184 08aca716-68be-ccc6-4d58-36f5abd142ac

AndorsTrail/AndroidManifest.xml
AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java

index a839185b1b5c9d61baaadde1086275c6a44204d9..f53c0f809eca3f52a9e497718fe6b4ac0a43c6f4 100644 (file)
@@ -4,7 +4,7 @@
        xmlns:android="http://schemas.android.com/apk/res/android" 
        package="com.gpl.rpg.AndorsTrail"
        android:versionCode="25"
-       android:versionName="0.6.10b1"
+       android:versionName="0.6.10b2"
        android:installLocation="auto"
        >
        <uses-sdk 
index ceaedeb5ca4c341aa59d19b5b3627ceb6389f161..b9c5fe64576f9c3f156bc30cff6b75b6cadf3dc8 100644 (file)
@@ -20,7 +20,7 @@ public final class AndorsTrailApplication extends Application {
        public static final boolean DEVELOPMENT_VALIDATEDATA = false;\r
        public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;\r
        public static final int CURRENT_VERSION = 25;\r
-       public static final String CURRENT_VERSION_DISPLAY = "0.6.10b1";\r
+       public static final String CURRENT_VERSION_DISPLAY = "0.6.10b2";\r
        \r
        public final WorldContext world = new WorldContext();\r
        public final WorldSetup setup = new WorldSetup(world, this);\r