constants: toward beta 24

This commit is contained in:
Andy2 2011-03-30 18:58:06 -07:00
parent 67a3349919
commit 21ab1d6d55
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@
to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4"
android:versionCode="16"
android:versionName="4.4 beta 23"
android:versionCode="17"
android:versionName="4.4 beta 24"
>
<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 23";
public static final String VERSION_STR = "4.4 beta 24";
}