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