diff --git a/src/config.php b/src/config.php index ff545afc6..b88982155 100644 --- a/src/config.php +++ b/src/config.php @@ -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)); -} \ No newline at end of file +}