Forgot to change version in the code.

This commit is contained in:
magenoxx 2011-09-02 08:44:03 +04:00
parent 2f58949ff7
commit 75c04f49d1
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,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, 8, 0, "");
private final static MageVersion version = new MageVersion(0, 7, 5, "");
private UUID clientId;
private static MagePane activeFrame;
private static boolean liteMode = false;

View file

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

View file

@ -76,7 +76,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, 8, 0, "");
private static MageVersion version = new MageVersion(0, 7, 5, "");
public static PluginClassLoader classLoader = new PluginClassLoader();
public static TransporterServer server;