mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Start 2.3.0 RC-1
This commit is contained in:
parent
951b4163b6
commit
7e67052cac
@ -31,13 +31,13 @@ public final class Emulator {
|
||||
public final static int MAJOR = 2;
|
||||
|
||||
|
||||
public final static int MINOR = 2;
|
||||
public final static int MINOR = 3;
|
||||
|
||||
|
||||
public final static int BUILD = 2;
|
||||
public final static int BUILD = 0;
|
||||
|
||||
|
||||
public final static String PREVIEW = "Stable";
|
||||
public final static String PREVIEW = "RC-1";
|
||||
|
||||
public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW;
|
||||
private static final String logo =
|
||||
|
Loading…
Reference in New Issue
Block a user