up version to b13 so can be tagged to match.

This commit is contained in:
Andy2 2010-07-18 14:40:53 -07:00
parent ad1eb053ca
commit d0a632d3ff
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4"
android:versionCode="6"
android:versionName="4.4 beta 12"
android:versionName="4.4 beta 13"
>
<uses-permission android:name="android.permission.INTERNET" />

View file

@ -23,5 +23,5 @@ package org.eehouse.android.xw4;
public interface XWConstants {
public static final String GAME_EXTN = ".xwg";
public static final String DICT_EXTN = ".xwd";
public static final String VERSION_STR = "4.4 beta 12";
public static final String VERSION_STR = "4.4 beta 13";
}