up version string to b6 -- to have something different from tag to work with

This commit is contained in:
Eric House 2010-06-05 09:22:02 -07:00
parent cbdf32724a
commit d3eb3233a3

View file

@ -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";
}