Files
Pichome/core/core_version.php
2022-05-02 22:31:35 +08:00

17 lines
467 B
PHP

<?php
/*
* @copyright QiaoQiaoShiDai Internet Technology(Shanghai)Co.,Ltd
* @license https://www.oaooa.com/licenses/
*
* @link https://www.oaooa.com
* @author zyx(zyx@oaooa.com)
*/
if(!defined('IN_OAOOA')) {
exit('Access Denied');
}
if(!defined('CORE_VERSION')) {
define('CORE_VERSION', '10.1.0');
define('CORE_VERSION_LEVEL', 'Home');
define('CORE_RELEASE', '20220429');
define('CORE_FIXBUG' , '10100000');
}