Set Version to 1.0.1

This commit is contained in:
LevelX2 2013-03-10 11:40:56 +01:00
parent e67620260c
commit aa0290fd32
33 changed files with 35 additions and 35 deletions

View file

@ -119,7 +119,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, 0, "");
private static final MageVersion version = new MageVersion(1, 0, 1, "");
private UUID clientId;
private static MagePane activeFrame;
private static boolean liteMode = false;

View file

@ -30,7 +30,7 @@ public class MultiConnectTest {
private final static CountDownLatch latch = new CountDownLatch(USER_CONNECT_COUNT);
private final static MageVersion version = new MageVersion(0, 8, 1, "");
private final static MageVersion version = new MageVersion(1, 0, 1, "");
private static volatile int connected;