changed version and protocol to support v0.9.5

This commit is contained in:
Intyre 2014-07-26 15:07:32 +02:00
parent 48b99486b0
commit ccb7e86cf1
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ namespace pocketmine {
const VERSION = "Alpha_1.4dev"; const VERSION = "Alpha_1.4dev";
const API_VERSION = "1.1.0"; const API_VERSION = "1.1.0";
const CODENAME = "絶好(Zekkou)ケーキ(Cake)"; const CODENAME = "絶好(Zekkou)ケーキ(Cake)";
const MINECRAFT_VERSION = "v0.9.4 alpha"; const MINECRAFT_VERSION = "v0.9.5 alpha";
const PHP_VERSION = "5.5"; const PHP_VERSION = "5.5";
if(\Phar::running(true) !== ""){ if(\Phar::running(true) !== ""){

View File

@ -30,7 +30,7 @@ interface Info{
/** /**
* Actual Minecraft: PE protocol version * Actual Minecraft: PE protocol version
*/ */
const CURRENT_PROTOCOL = 17; const CURRENT_PROTOCOL = 18;
const LOGIN_PACKET = 0x82; const LOGIN_PACKET = 0x82;