From f8fe4cdfe9be689fb9179cfab15d0ee21444a1cf Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 10 Apr 2008 08:26:54 +0000 Subject: [PATCH] =?UTF-8?q?1.0.2=20=EB=B2=84=EC=A0=84=20=EC=97=85=EA=B7=B8?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4090 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.inc.php b/config/config.inc.php index 93203379d..1ec4db83d 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -14,7 +14,7 @@ * 이 내용은 제로보드XE의 버전을 관리자 페이지에 표시하기 위한 용도이며 * config.inc.php의 수정이 없더라도 공식 릴리즈시에 수정되어 함께 배포되어야 함 **/ - define('__ZBXE_VERSION__', '1.0.1'); + define('__ZBXE_VERSION__', '1.0.2'); /** * @brief 디버깅 메세지 출력 @@ -98,4 +98,4 @@ if(is_dir('./files/sessions')) session_save_path(realpath('.').'/files/sessions/'); session_start(); } -?> \ No newline at end of file +?>