From b21ee37c0786cdbdd508a5c2d169394d8a873323 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 27 Nov 2013 17:22:41 +0100 Subject: [PATCH] MCPE v0.8.0 alpha build 4 --- src/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.php b/src/config.php index 1dafcfa87..e4a2f94b3 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.11dev"); -define("CURRENT_MINECRAFT_VERSION", "v0.8.0 alpha build 3"); +define("CURRENT_MINECRAFT_VERSION", "v0.8.0 alpha build 4"); define("CURRENT_API_VERSION", 11); define("CURRENT_PHP_VERSION", "5.5"); $gitsha1 = false;