From 56739612ab8cc598f41b853f5b92b8e8d67f1eb0 Mon Sep 17 00:00:00 2001 From: harmonic Date: Thu, 8 Oct 2020 20:22:20 +0100 Subject: [PATCH] 2.5.0 RC-1 Version Numbers updated. --- pom.xml | 2 +- src/main/java/com/eu/habbo/Emulator.java | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 35de71dc..50967e7b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.eu.habbo Habbo - 2.4.0 + 2.5.0 UTF-8 diff --git a/src/main/java/com/eu/habbo/Emulator.java b/src/main/java/com/eu/habbo/Emulator.java index f1a8e12d..c825f8d9 100644 --- a/src/main/java/com/eu/habbo/Emulator.java +++ b/src/main/java/com/eu/habbo/Emulator.java @@ -36,12 +36,12 @@ public final class Emulator { private static final String CLASS_PATH = System.getProperty("java.class.path"); public final static int MAJOR = 2; - public final static int MINOR = 4; + public final static int MINOR = 5; public final static int BUILD = 0; - public final static String PREVIEW = ""; + public final static String PREVIEW = "RC-1"; - public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD; + public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW; private static final String logo = "\n" + "███╗ ███╗ ██████╗ ██████╗ ███╗ ██╗██╗███╗ ██╗ ██████╗ ███████╗████████╗ █████╗ ██████╗ \n" + @@ -50,7 +50,7 @@ public final class Emulator { "██║╚██╔╝██║██║ ██║██╔══██╗██║╚██╗██║██║██║╚██╗██║██║ ██║╚════██║ ██║ ██╔══██║██╔══██╗\n" + "██║ ╚═╝ ██║╚██████╔╝██║ ██║██║ ╚████║██║██║ ╚████║╚██████╔╝███████║ ██║ ██║ ██║██║ ██║\n" + "╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝\n" + - " "; + "Emulator goes zoom."; public static String build = ""; public static boolean isReady = false;