From 47087017fa1ab51b31f807dca78958bfff0b534d Mon Sep 17 00:00:00 2001 From: naoki hirata Date: Fri, 31 Jan 2014 10:00:42 +0900 Subject: [PATCH] =?utf8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?utf8?q?=E7=95=AA=E5=8F=B7=E6=9B=B4=E6=96=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- include/global.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/global.php b/include/global.php index cec3494d..c36ebdb1 100644 --- a/include/global.php +++ b/include/global.php @@ -48,8 +48,8 @@ define('M3_ENCODING', 'UTF-8'); // 内部エンコーディング // ########## システム関係 ########## // システム基本情報 define('M3_SYSTEM_NAME', 'Magic3'); // システム名称 -define('M3_SYSTEM_VERSION', '2.8.3'); // システムのバージョン -define('M3_SYSTEM_RELEASE_DATE', '2014/1/22'); // システムのリリース日付 +define('M3_SYSTEM_VERSION', '2.8.4'); // システムのバージョン +define('M3_SYSTEM_RELEASE_DATE', '2014/1/31'); // システムのリリース日付 define('M3_SYSTEM_ID', 'M3'); // コンポーネント識別用ID define('M3_SYSTEM_DESCRIPTION', 'Magic3 is open source cms and web communication platform.'); // システムの説明 define('M3_SYSTEM_MIN_MEMORY', '16M'); // 最小メモリ使用量 -- 2.11.0