From 4e740e1862fc9f0f9691ec97040f2764343d0f2d Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Fri, 1 Feb 2013 18:30:22 +0100 Subject: [PATCH] Next dev version --- src/common/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.php b/src/common/config.php index 6fee5bd9e4..73de41961a 100644 --- a/src/common/config.php +++ b/src/common/config.php @@ -38,7 +38,7 @@ ini_set("memory_limit", "256M"); define("LOG", true); define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78"); define("TEST_MD5", "d0ca3786e53b615bb4fb9f5094d5c9a7"); -define("MAJOR_VERSION", "Alpha_1.1.1"); +define("MAJOR_VERSION", "Alpha_1.2dev"); define("CURRENT_STRUCTURE", 5); define("CURRENT_PROTOCOL", 9); define("CURRENT_MINECRAFT_VERSION", "v0.6.1 alpha"); \ No newline at end of file