mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
版本号提升
This commit is contained in:
2
base.php
2
base.php
@@ -10,7 +10,7 @@
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
// 版本信息
|
||||
define('THINK_VERSION', '4.0beta');
|
||||
define('THINK_VERSION', '5.0beta');
|
||||
// 系统常量
|
||||
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . '/');
|
||||
defined('LIB_PATH') or define('LIB_PATH', THINK_PATH . 'library/');
|
||||
|
||||
Reference in New Issue
Block a user