Change version to 0.6.1

This commit is contained in:
magenoxx 2011-02-05 01:34:38 +03:00
parent 8952c96e1e
commit 5f4454c1e4
3 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ public class MageFrame extends javax.swing.JFrame {
*/ */
public MageFrame() { public MageFrame() {
setTitle("Mage, version 0.6"); setTitle("Mage, version 0.6.1");
EDTExceptionHandler.registerExceptionHandler(); EDTExceptionHandler.registerExceptionHandler();
addWindowListener(new WindowAdapter() { addWindowListener(new WindowAdapter() {

View file

@ -77,7 +77,7 @@ public class AboutDialog extends MageDialog {
} }
}); });
jLabel1.setText("MAGE client, version 0.6"); jLabel1.setText("MAGE client, version 0.6.1");
lblVersion.setText("version"); lblVersion.setText("version");

View file

@ -56,7 +56,7 @@ public class Main {
private final static String testModeArg = "-testMode="; private final static String testModeArg = "-testMode=";
private final static String pluginFolder = "plugins"; private final static String pluginFolder = "plugins";
private final static String version = "0.6"; private final static String version = "0.6.1";
public static PluginClassLoader classLoader = new PluginClassLoader(); public static PluginClassLoader classLoader = new PluginClassLoader();
public static ServerImpl server; public static ServerImpl server;