forked from External/mage
Mage 1.2.0 Release
This commit is contained in:
parent
46e450fa96
commit
b724d7fe13
6 changed files with 6 additions and 5 deletions
|
|
@ -152,7 +152,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, 2, 0, "dev");
|
||||
private static final MageVersion version = new MageVersion(1, 2, 0, "");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue