* Simplified version info handling.

This commit is contained in:
LevelX2 2014-02-11 19:36:05 +01:00
parent c397a8eac2
commit d4592b2ee2
6 changed files with 21 additions and 16 deletions

View file

@ -151,7 +151,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
private static final Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
private JLabel title;
private Rectangle titleRectangle;
private static final MageVersion version = new MageVersion(1, 3, 0, "");
private static final MageVersion version = new MageVersion(1, 3, 0, MageVersion.MAGE_VERSION_INFO);
private UUID clientId;
private static MagePane activeFrame;
private static boolean liteMode = false;