up release to b5

This commit is contained in:
ehouse 2010-06-01 02:50:11 +00:00
parent a8e705dcc8
commit 69cb7bce15

View file

@ -23,6 +23,6 @@ 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 4";
public static final String VERSION_STR = "4.4 beta 5";
}