2.0.0 is now stable.

This commit is contained in:
KrewsOrg 2019-05-23 15:43:07 +01:00
parent 59613f8900
commit 530bd07479

View File

@ -44,9 +44,9 @@ public final class Emulator
public final static int BUILD = 0;
public final static String PREVIEW = "RC-3";
public final static String PREVIEW = "";
public static final String version = "Arcturus Morningstar"+ " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW;
public static final String version = "Arcturus Morningstar"+ " " + MAJOR + "." + MINOR + "." + BUILD;
public static String build = "";