Update config.php

This commit is contained in:
Michael Yoo 2013-10-18 18:04:45 +10:30
parent f005b82a70
commit 4aa0ae86fb

View File

@ -60,7 +60,7 @@ ini_set("memory_limit", "128M"); //Default
define("LOG", true);
define("START_TIME", microtime(true));
define("MAJOR_VERSION", "Alpha_1.3.10dev");
define("CURRENT_MINECRAFT_VERSION", "0.7.5 alpha");
define("CURRENT_MINECRAFT_VERSION", "0.7.6 alpha");
define("CURRENT_API_VERSION", 10);
define("CURRENT_PHP_VERSION", "5.5");
$gitsha1 = false;
@ -68,4 +68,4 @@ if(file_exists(FILE_PATH.".git/refs/heads/master")){ //Found Git information!
define(GIT_COMMIT, strtolower(trim(file_get_contents(FILE_PATH.".git/refs/heads/master"))));
}else{ //Unknown :(
define(GIT_COMMIT, str_repeat("00", 20));
}
}