mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
up version string to b6 -- to have something different from tag to work with
This commit is contained in:
parent
cbdf32724a
commit
d3eb3233a3
1 changed files with 1 additions and 2 deletions
|
@ -23,6 +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 5";
|
||||
|
||||
public static final String VERSION_STR = "4.4 beta 6";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue