From 501748844e07dd14da6c99487b7d4fc2a5423c6f Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 10 Mar 2016 22:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.php | 2 +- tpl/default_index.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base.php b/base.php index ad90ffb8..37278458 100644 --- a/base.php +++ b/base.php @@ -13,7 +13,7 @@ define('START_TIME', microtime(true)); define('START_MEM', memory_get_usage()); // 版本信息 -define('THINK_VERSION', '5.0.0 RC1'); +define('THINK_VERSION', '5.0.0 RC2'); // 系统常量 defined('DS') or define('DS', DIRECTORY_SEPARATOR); defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS); diff --git a/tpl/default_index.tpl b/tpl/default_index.tpl index eaf37105..8538b4df 100644 --- a/tpl/default_index.tpl +++ b/tpl/default_index.tpl @@ -5,6 +5,6 @@ class Index{$suffix} { public function index() { - return '

:)

欢迎使用 ThinkPHP5

'; + return '

:)

ThinkPHP V5
十年磨一剑 - 为API开发设计的高性能框架

[ V5.0 版本由 七牛云 独家赞助发布 ]
'; } }