up version to b2

This commit is contained in:
eehouse 2010-04-25 03:39:01 +00:00
parent 0b98bb518a
commit 1dff9d6e33

View file

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