From ccb7e86cf151c53e80f070617d1ea4538ef92530 Mon Sep 17 00:00:00 2001 From: Intyre Date: Sat, 26 Jul 2014 15:07:32 +0200 Subject: [PATCH] changed version and protocol to support v0.9.5 --- src/pocketmine/PocketMine.php | 2 +- src/pocketmine/network/protocol/Info.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 134f57ebc..303573142 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -76,7 +76,7 @@ namespace pocketmine { const VERSION = "Alpha_1.4dev"; const API_VERSION = "1.1.0"; const CODENAME = "絶好(Zekkou)ケーキ(Cake)"; - const MINECRAFT_VERSION = "v0.9.4 alpha"; + const MINECRAFT_VERSION = "v0.9.5 alpha"; const PHP_VERSION = "5.5"; if(\Phar::running(true) !== ""){ diff --git a/src/pocketmine/network/protocol/Info.php b/src/pocketmine/network/protocol/Info.php index ba1ada8b7..a33e7d1b8 100644 --- a/src/pocketmine/network/protocol/Info.php +++ b/src/pocketmine/network/protocol/Info.php @@ -30,7 +30,7 @@ interface Info{ /** * Actual Minecraft: PE protocol version */ - const CURRENT_PROTOCOL = 17; + const CURRENT_PROTOCOL = 18; const LOGIN_PACKET = 0x82;