mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
API version update
This commit is contained in:
parent
6e2f7af6b4
commit
25de7a68d5
@ -69,7 +69,7 @@ define("MAJOR_VERSION", "Alpha_1.3.1dev");
|
||||
define("CURRENT_STRUCTURE", 5);
|
||||
define("CURRENT_PROTOCOL", 9);
|
||||
define("CURRENT_MINECRAFT_VERSION", "0.6.1 alpha");
|
||||
define("CURRENT_API_VERSION", 7);
|
||||
define("CURRENT_API_VERSION", 8);
|
||||
define("CURRENT_PHP_VERSION", "5.5");
|
||||
$gitsha1 = false;
|
||||
if(file_exists(FILE_PATH.".git/refs/heads/master")){ //Found Git information!
|
||||
|
Loading…
x
Reference in New Issue
Block a user