mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Simplified version info handling.
This commit is contained in:
parent
c397a8eac2
commit
d4592b2ee2
6 changed files with 21 additions and 16 deletions
|
|
@ -58,8 +58,8 @@ public class ConsoleFrame extends javax.swing.JFrame implements MageClient {
|
|||
|
||||
private static Session session;
|
||||
private ConnectDialog connectDialog;
|
||||
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
||||
private static final MageVersion version = new MageVersion(1, 3, 0, "");
|
||||
private static final Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
||||
private static final MageVersion version = new MageVersion(1, 3, 0, MageVersion.MAGE_VERSION_INFO);
|
||||
|
||||
/**
|
||||
* @return the session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue