forked from External/mage
Pumped version to 1.0.2.dev
This commit is contained in:
parent
df3739e5f4
commit
97acebacdd
29 changed files with 30 additions and 30 deletions
|
|
@ -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, 1, "");
|
||||
private static final MageVersion version = new MageVersion(1, 0, 2, "dev");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue