From d7aab225fb55c8e1513923aacc03c429b5898e99 Mon Sep 17 00:00:00 2001 From: YJSoft Date: Tue, 28 Oct 2014 10:10:18 +0900 Subject: [PATCH] version up to beta2 --- config/config.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.inc.php b/config/config.inc.php index 8f2fc37..2edbfbe 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -24,7 +24,7 @@ * @brief XE의 전체 버전 표기 * 이 파일의 수정이 없더라도 공식 릴리즈시에 수정되어 함께 배포되어야 함 **/ - define('__ZBXE_VERSION__', '1.4.5.24.beta1'); + define('__ZBXE_VERSION__', '1.4.5.24.beta2'); /** * @brief zbXE가 설치된 장소의 base path를 구함 @@ -49,7 +49,6 @@ * define('__OB_GZHANDLER_ENABLE__', 1); * define('__ENABLE_PHPUNIT_TEST__', 0); * define('__PROXY_SERVER__', 'http://domain:port/path'); - * ?> */ if(file_exists(_XE_PATH_.'config/config.user.inc.php')) { require _XE_PATH_.'config/config.user.inc.php';