Some small changes for Release 1.0.3

This commit is contained in:
LevelX2 2013-07-21 09:45:58 +02:00
parent a6fae2a38a
commit 2e5fc5fc98
4 changed files with 8 additions and 4 deletions

View file

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