Pumped version for Mage.Console

This commit is contained in:
magenoxx 2013-01-10 21:40:48 +04:00
parent 62bd9b8b3d
commit bbd3526780

View file

@ -57,7 +57,7 @@ public class ConsoleFrame extends javax.swing.JFrame implements MageClient {
private static Session session; private static Session session;
private ConnectDialog connectDialog; private ConnectDialog connectDialog;
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class); private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
private final static MageVersion version = new MageVersion(0, 10, 0, "dev"); private final static MageVersion version = new MageVersion(0, 10, 1, "");
/** /**
* @return the session * @return the session