up constants for beta-18

This commit is contained in:
Andy2 2010-11-07 14:04:37 -08:00
parent c2472c0cb5
commit 6da013af9d
2 changed files with 3 additions and 3 deletions

View file

@ -21,8 +21,8 @@
to come from a domain that you own or have control over. --> to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4" package="org.eehouse.android.xw4"
android:versionCode="10" android:versionCode="11"
android:versionName="4.4 beta 17" android:versionName="4.4 beta 18"
> >
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />

View file

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