mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
MCPE 0.8.1 version change
This commit is contained in:
@ -60,7 +60,7 @@ ini_set("memory_limit", "128M"); //Default
|
|||||||
define("LOG", true);
|
define("LOG", true);
|
||||||
define("START_TIME", microtime(true));
|
define("START_TIME", microtime(true));
|
||||||
define("MAJOR_VERSION", "Alpha_1.3.11dev");
|
define("MAJOR_VERSION", "Alpha_1.3.11dev");
|
||||||
define("CURRENT_MINECRAFT_VERSION", "v0.8.0 alpha");
|
define("CURRENT_MINECRAFT_VERSION", "v0.8.1 alpha");
|
||||||
define("CURRENT_API_VERSION", 11);
|
define("CURRENT_API_VERSION", 11);
|
||||||
define("CURRENT_PHP_VERSION", "5.5");
|
define("CURRENT_PHP_VERSION", "5.5");
|
||||||
$gitsha1 = false;
|
$gitsha1 = false;
|
||||||
|
Reference in New Issue
Block a user