Mage 1.2.0 Release

This commit is contained in:
LevelX2 2013-12-31 17:29:00 +01:00
parent 46e450fa96
commit b724d7fe13
6 changed files with 6 additions and 5 deletions

View file

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