From 5fe8141ba02155061fc2c053235e43c338e3f5f5 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 15 Jan 2014 18:07:23 +0100 Subject: [PATCH] Alpha_1.3.12 "Henteko Minecart" Development --- src/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.php b/src/config.php index f123b18ba..beac5e0a1 100644 --- a/src/config.php +++ b/src/config.php @@ -59,8 +59,8 @@ set_include_path(get_include_path() . PATH_SEPARATOR . FILE_PATH); ini_set("memory_limit", "128M"); //Default define("LOG", true); define("START_TIME", microtime(true)); -define("MAJOR_VERSION", "Alpha_1.3.11"); -define("CODENAME", "甘いビートルート"); +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_PHP_VERSION", "5.5");