mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
up version strings/numbers
This commit is contained in:
parent
2b23c50a70
commit
3b9240ca84
2 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,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="3"
|
||||
android:versionName="4.4 beta 9"
|
||||
android:versionCode="4"
|
||||
android:versionName="4.4 beta 10"
|
||||
>
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
|
|
@ -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 9";
|
||||
public static final String VERSION_STR = "4.4 beta 10";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue