mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +01:00
2.4.0 Stable. Changed Version String.
This commit is contained in:
parent
270d07f2c3
commit
9dd93e5c4e
@ -39,10 +39,9 @@ public final class Emulator {
|
||||
public final static int MINOR = 4;
|
||||
public final static int BUILD = 0;
|
||||
|
||||
// Rick and Morty Edition
|
||||
public final static String PREVIEW = "RC-2";
|
||||
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;
|
||||
private static final String logo =
|
||||
"\n" +
|
||||
"███╗ ███╗ ██████╗ ██████╗ ███╗ ██╗██╗███╗ ██╗ ██████╗ ███████╗████████╗ █████╗ ██████╗ \n" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user