Update Version Number to RC-3.

This commit is contained in:
KrewsOrg 2019-05-19 01:39:05 +01:00
parent 3b10d8abc3
commit a8ac6cd65e

View File

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