forked from External/mage
version bump to 0.10.0 dev
This commit is contained in:
parent
91b2d7056f
commit
45316daf88
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,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 final static MageVersion version = new MageVersion(0, 10, 0, "");
|
||||
private final static MageVersion version = new MageVersion(0, 10, 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