From 50c5c1de92f01b9977e35d666d97950dd6b19503 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 23 Sep 2016 10:14:18 +0100 Subject: [PATCH] Bump version to 0.15.9 and protocol to 83 Seems the only thing that changed was the cape skin models, which would not be rendered correctly by older clients. --- src/pocketmine/PocketMine.php | 4 ++-- src/pocketmine/network/protocol/Info.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 517adebf4c..ad864cbc2f 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -75,8 +75,8 @@ namespace pocketmine { const VERSION = "1.6dev"; const API_VERSION = "2.0.0"; const CODENAME = "Unleashed"; - const MINECRAFT_VERSION = "v0.15.4 alpha"; - const MINECRAFT_VERSION_NETWORK = "0.15.4"; + const MINECRAFT_VERSION = "v0.15.9 alpha"; + const MINECRAFT_VERSION_NETWORK = "0.15.9"; /* * Startup code. Do not look at it, it may harm you. diff --git a/src/pocketmine/network/protocol/Info.php b/src/pocketmine/network/protocol/Info.php index d82e0223fb..6d902cbee1 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 = 82; + const CURRENT_PROTOCOL = 83; const LOGIN_PACKET = 0x01; const PLAY_STATUS_PACKET = 0x02;