diff --git a/compile_php.sh b/compile_php.sh index fbf848f8a..7a7bc25d1 100644 --- a/compile_php.sh +++ b/compile_php.sh @@ -1,12 +1,12 @@ #!/bin/bash -COMPILER_VERSION="0.9" +COMPILER_VERSION="0.10" -PHP_VERSION="5.4.12" +PHP_VERSION="5.4.13" ZEND_VM="GOTO" ZLIB_VERSION="1.2.7" GMP_VERSION="5.1.1" -PTHREADS_VERSION="fc8622882bed09aa181b3eb1cb33c046ce11199b" +PTHREADS_VERSION="0d5df071231478ff3b1982eb2b0d96cc24e39d9a" CURL_VERSION="curl-7_29_0" #READLINE_VERSION="6.2" diff --git a/src/config.php b/src/config.php index 2aeb67119..f5f5e6077 100644 --- a/src/config.php +++ b/src/config.php @@ -43,9 +43,9 @@ ini_set("memory_limit", "256M"); //Default define("LOG", true); define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78"); define("TEST_MD5", "ffe889db5932db1e3371d48773590e59"); -define("MAJOR_VERSION", "Alpha_1.3dev"); +define("MAJOR_VERSION", "Alpha_1.2.2"); define("CURRENT_STRUCTURE", 5); define("CURRENT_PROTOCOL", 9); define("CURRENT_MINECRAFT_VERSION", "v0.6.1 alpha"); define("CURRENT_API_VERSION", 5); -define("CURRENT_PHP_VERSION", "5.4.12"); \ No newline at end of file +define("CURRENT_PHP_VERSION", "5.4.13"); \ No newline at end of file