forked from External/mage
* Simplified version info handling.
This commit is contained in:
parent
c397a8eac2
commit
d4592b2ee2
6 changed files with 21 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue