mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-19 04:05:31 +00:00
New API version
This commit is contained in:
parent
3c348f2e22
commit
515affa1a7
@ -67,7 +67,7 @@ define("LOG", true);
|
|||||||
define("START_TIME", microtime(true));
|
define("START_TIME", microtime(true));
|
||||||
define("MAJOR_VERSION", "Alpha_1.3.7dev");
|
define("MAJOR_VERSION", "Alpha_1.3.7dev");
|
||||||
define("CURRENT_MINECRAFT_VERSION", "0.7.4 alpha");
|
define("CURRENT_MINECRAFT_VERSION", "0.7.4 alpha");
|
||||||
define("CURRENT_API_VERSION", 9);
|
define("CURRENT_API_VERSION", 10);
|
||||||
define("CURRENT_PHP_VERSION", "5.5");
|
define("CURRENT_PHP_VERSION", "5.5");
|
||||||
$gitsha1 = false;
|
$gitsha1 = false;
|
||||||
if(file_exists(FILE_PATH.".git/refs/heads/master")){ //Found Git information!
|
if(file_exists(FILE_PATH.".git/refs/heads/master")){ //Found Git information!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user