This commit is contained in:
Loki 2012-08-13 18:58:51 +12:00
parent 067386cd94
commit b729631cc6
3 changed files with 3 additions and 2 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, 9, 0, "dev");
private final static MageVersion version = new MageVersion(0, 9, 0, "");
private UUID clientId;
private static MagePane activeFrame;
private static boolean liteMode = false;

View file

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

View file

@ -61,3 +61,4 @@ New Phyrexia|newphyrexia|
Innistrad|innistrad|
Dark Ascension|darkascension|
Avacyn Restored|avacynrestored|
Commander|commander|