From 3cc4ee0281891765331e3ed71b2d12f213bcf9a3 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 20 Aug 2013 22:47:00 +0200 Subject: [PATCH] Alpha_1.3.6 --- src/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.php b/src/config.php index 9864f3dd2..932941c84 100644 --- a/src/config.php +++ b/src/config.php @@ -65,7 +65,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.5"); +define("MAJOR_VERSION", "Alpha_1.3.6"); define("CURRENT_MINECRAFT_VERSION", "0.7.3 alpha"); define("CURRENT_API_VERSION", 9); define("CURRENT_PHP_VERSION", "5.5");