mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 00:29:54 +00:00
Alpha_1.3.4dev
This commit is contained in:
parent
39658ef63f
commit
7e6758fb60
@ -65,8 +65,8 @@ set_include_path(get_include_path() . PATH_SEPARATOR . FILE_PATH);
|
|||||||
ini_set("memory_limit", "128M"); //Default
|
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.3");
|
define("MAJOR_VERSION", "Alpha_1.3.4dev");
|
||||||
define("CURRENT_MINECRAFT_VERSION", "0.7.2 alpha");
|
define("CURRENT_MINECRAFT_VERSION", "0.7.3 alpha");
|
||||||
define("CURRENT_API_VERSION", 9);
|
define("CURRENT_API_VERSION", 9);
|
||||||
define("CURRENT_PHP_VERSION", "5.5");
|
define("CURRENT_PHP_VERSION", "5.5");
|
||||||
$gitsha1 = false;
|
$gitsha1 = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user