We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72440fc commit 2cda8a5Copy full SHA for 2cda8a5
README.md
@@ -1,4 +1,4 @@
1
-thinkphp5.0 beta
+thinkphp5.0.0 RC1
2
===============
3
4
[](https://travis-ci.org/top-think/think)
thinkphp/base.php
@@ -13,7 +13,7 @@
13
define('START_TIME', microtime(true));
14
define('START_MEM', memory_get_usage());
15
// 版本信息
16
-define('THINK_VERSION', '5.0.0beta');
+define('THINK_VERSION', '5.0.0 RC1');
17
// 系统常量
18
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
19
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS);
0 commit comments