Pushed version to 1.0.3 dev.

This commit is contained in:
LevelX2 2013-05-12 16:00:25 +02:00
parent 6b38cd5b18
commit 5336d4c0f9
31 changed files with 32 additions and 32 deletions

View file

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