version bump to 0.10.0 dev

This commit is contained in:
Loki 2012-11-17 01:46:36 +13:00
parent 91b2d7056f
commit 45316daf88
2 changed files with 2 additions and 2 deletions

View file

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

View file

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