Skip to content

Commit 2cda8a5

Browse files
committed
更新
1 parent 72440fc commit 2cda8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thinkphp5.0 beta
1+
thinkphp5.0.0 RC1
22
===============
33

44
[![Build Status](https://img.shields.io/travis/top-think/think.svg)](https://travis-ci.org/top-think/think)

thinkphp/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
define('START_TIME', microtime(true));
1414
define('START_MEM', memory_get_usage());
1515
// 版本信息
16-
define('THINK_VERSION', '5.0.0beta');
16+
define('THINK_VERSION', '5.0.0 RC1');
1717
// 系统常量
1818
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
1919
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS);

0 commit comments

Comments
 (0)