This commit is contained in:
North 2011-07-17 13:17:20 +03:00
commit 9cb05e88b9
3 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
private JLabel title;
private Rectangle titleRectangle;
private final static MageVersion version = new MageVersion(0, 7, 4, "beta-2");
private final static MageVersion version = new MageVersion(0, 7, 4, "");
private UUID clientId;
private static MagePane activeFrame;
private static boolean liteMode = false;

View file

@ -53,7 +53,7 @@ public class ConsoleFrame extends javax.swing.JFrame {
private static Session session;
private ConnectDialog connectDialog;
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
private final static MageVersion version = new MageVersion(0, 7, 4, "beta-2");
private final static MageVersion version = new MageVersion(0, 7, 4, "");
/**
* @return the session

View file

@ -61,7 +61,7 @@ public class Main {
private final static String testModeArg = "-testMode=";
private final static String adminPasswordArg = "-adminPassword=";
private final static String pluginFolder = "plugins";
private static MageVersion version = new MageVersion(0, 7, 4, "beta-2");
private static MageVersion version = new MageVersion(0, 7, 4, "");
public static PluginClassLoader classLoader = new PluginClassLoader();
public static ServerImpl server;