From b56ee69f0db48354467910cd352a6fdae6860a36 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 4 Sep 2013 21:27:13 +0200 Subject: [PATCH] Alpha_1.3.10dev --- src/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.php b/src/config.php index de0a54476..ff545afc6 100644 --- a/src/config.php +++ b/src/config.php @@ -59,7 +59,7 @@ 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.9"); +define("MAJOR_VERSION", "Alpha_1.3.10dev"); define("CURRENT_MINECRAFT_VERSION", "0.7.5 alpha"); define("CURRENT_API_VERSION", 10); define("CURRENT_PHP_VERSION", "5.5");