change version to 2.3.5.9

This commit is contained in:
huangyuhui 2016-01-29 22:25:14 +08:00
parent ff0750f1f7
commit 80e60d2753

View File

@ -86,7 +86,7 @@ public final class Main implements Runnable {
}
public static final String LAUNCHER_NAME = "Hello Minecraft! Launcher";
public static final byte VERSION_FIRST = 2, VERSION_SECOND = 3, VERSION_THIRD = 5, VERSION_FORTH = 8;
public static final byte VERSION_FIRST = 2, VERSION_SECOND = 3, VERSION_THIRD = 5, VERSION_FORTH = 9;
public static final int MINIMUM_LAUNCHER_VERSION = 16;
//public static Proxy PROXY;