• R/O
  • HTTP
  • SSH
  • HTTPS

magic3: コミット

Cloud computing platform


コミットメタ情報

リビジョンbbe6f4e06ba32c1cb8c112a08b03efcc5b0f73b0 (tree)
日時2018-08-02 09:02:00
作者naoki hirata <naoki@magi...>
コミッターnaoki hirata

ログメッセージ

バージョン番号更新。

変更サマリ

差分

--- a/include/global.php
+++ b/include/global.php
@@ -12,7 +12,7 @@
1212 * @author 平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
1313 * @copyright Copyright 2006-2018 Magic3 Project.
1414 * @license http://www.gnu.org/copyleft/gpl.html GPL License
15- * @version Release 2.30.x SVN: $Id$
15+ * @version Release 2.31.x SVN: $Id$
1616 * @link http://www.magic3.org
1717 */
1818 if (defined("M3_SYSTEM_DEFINE_INCLUDED")) return;
@@ -58,7 +58,7 @@ define('M3_TITLE_BRACKET_END', '」'); // タイトルを括弧表記する
5858 // ########## システム関係 ##########
5959 // システム基本情報
6060 define('M3_SYSTEM_NAME', 'Magic3'); // システム名称
61-define('M3_SYSTEM_VERSION', '2.30.16'); // システムのバージョン
61+define('M3_SYSTEM_VERSION', '2.31.0'); // システムのバージョン
6262 define('M3_SYSTEM_RELEASE_DATE', '2018/7/26'); // システムのリリース日付
6363 define('M3_SYSTEM_ID', 'M3'); // コンポーネント識別用ID
6464 define('M3_SYSTEM_DESCRIPTION', 'Magic3 is open source cms and web communication platform.'); // システムの説明
旧リポジトリブラウザで表示