version bump to 0.10.0

This commit is contained in:
Loki 2012-11-15 22:47:15 +13:00
parent cedddf4412
commit f017ab903c
27 changed files with 28 additions and 28 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, 9, 2, "dev");
private final static MageVersion version = new MageVersion(0, 10, 0, "");
private UUID clientId;
private static MagePane activeFrame;
private static boolean liteMode = false;