- Preparing Forge for Android publish 1.5.64.002.

- Starting with this revision, the minor version of Forge for Android will match the current beta of desktop Forge (e.g. 1.5.64.002 = the second revision after 1.5.64 beta), hopefully this will be less confusing.
This commit is contained in:
Agetian
2017-06-10 05:59:36 +00:00
parent 3f9ba13fb8
commit aa3ca54ca8
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ import forge.util.FileUtil;
import forge.util.Utils;
public class Forge implements ApplicationListener {
public static final String CURRENT_VERSION = "1.5.64.001";
public static final String CURRENT_VERSION = "1.5.64.002";
private static final ApplicationListener app = new Forge();
private static Clipboard clipboard;