Protocol changes for 1.0.0.0

This commit is contained in:
Dylan K. Taylor
2016-12-02 13:20:52 +00:00
parent 35b3259053
commit fb74d93e00
4 changed files with 8 additions and 8 deletions

View File

@ -76,8 +76,8 @@ namespace pocketmine {
const VERSION = "1.6.2dev";
const API_VERSION = "2.2.0";
const CODENAME = "Unleashed";
const MINECRAFT_VERSION = "v0.17.0.2 alpha";
const MINECRAFT_VERSION_NETWORK = "0.17.0.2";
const MINECRAFT_VERSION = "v1.0.0.0";
const MINECRAFT_VERSION_NETWORK = "1.0.0.0";
/*
* Startup code. Do not look at it, it may harm you.