mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
up version to b13 so can be tagged to match.
This commit is contained in:
parent
ad1eb053ca
commit
d0a632d3ff
2 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue