From ccb7e86cf151c53e80f070617d1ea4538ef92530 Mon Sep 17 00:00:00 2001 From: Intyre Date: Sat, 26 Jul 2014 15:07:32 +0200 Subject: [PATCH 1/2] 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; From bdfa6c0bc5ce1e42aa30fc1fd0bb05dbc9cb7072 Mon Sep 17 00:00:00 2001 From: Intyre Date: Sat, 26 Jul 2014 15:08:48 +0200 Subject: [PATCH 2/2] link to docs added to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7be574e82..70dbc7961 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ __PocketMine-MP is a free, open-source software that creates Minecraft: Pocket E ### [Forums](http://forums.pocketmine.net/) +### [Documentation](http://pocketmine-mp.readthedocs.org/) + ### [Plugin Repository](http://plugins.pocketmine.net/)