Files
Pichome/core/core_version.php
zyx0814 f9b93aca1f 1.1
2022-06-25 14:48:20 +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.1');
define('CORE_VERSION_LEVEL', 'Home');
define('CORE_RELEASE', '20220624');
define('CORE_FIXBUG' , '10110000');
}