Files
Pichome/core/core_version.php

19 lines
461 B
PHP
Raw Permalink Normal View History

2021-12-09 21:00:09 +08:00
<?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');
}
2024-01-31 01:00:33 +08:00
2021-12-09 21:00:09 +08:00
if(!defined('CORE_VERSION')) {
2024-04-30 22:55:18 +08:00
define('CORE_VERSION', '10.2.1.0');
2024-01-31 01:00:33 +08:00
define('CORE_VERSION_LEVEL', 'Home');
2024-04-30 22:55:18 +08:00
define('CORE_RELEASE', '20240429');
define('CORE_FIXBUG' , '10020100');
2024-01-31 01:00:33 +08:00
}