增加vendor behavior目录

This commit is contained in:
thinkphp
2015-12-09 19:11:07 +08:00
parent 9b94cb9d4b
commit 8ae7a684bd
3 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
// +----------------------------------------------------------------------
// 版本信息
define('THINK_VERSION', '5.0beta');
define('THINK_VERSION', '5.0.0beta');
// 系统常量
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS);