From c9ab5ee0e917f49aa8f15676ac149d38fd651560 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Fri, 17 Jan 2014 22:31:22 +0100 Subject: [PATCH] API version is now 12 --- src/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.php b/src/config.php index beac5e0a1..f4f950f4c 100644 --- a/src/config.php +++ b/src/config.php @@ -62,7 +62,7 @@ define("START_TIME", microtime(true)); define("MAJOR_VERSION", "Alpha_1.3.12dev"); define("CODENAME", "変梃(Henteko)マインカート(Minecart)"); define("CURRENT_MINECRAFT_VERSION", "v0.8.1 alpha"); -define("CURRENT_API_VERSION", 11); +define("CURRENT_API_VERSION", 12); define("CURRENT_PHP_VERSION", "5.5"); $gitsha1 = false; if(file_exists(FILE_PATH.".git/refs/heads/master")){ //Found Git information!