Files
Pichome/core/core_version.php

18 lines
461 B
PHP
Raw 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');
}
if(!defined('CORE_VERSION')) {
2022-02-24 16:53:32 +08:00
define('CORE_VERSION', 'beta3.3');
2021-12-09 21:00:09 +08:00
define('CORE_VERSION_LEVEL', 'Pichome');
2022-02-24 16:53:32 +08:00
define('CORE_RELEASE', '20220224');
define('CORE_FIXBUG' , '03300000');
2021-09-17 10:56:51 +08:00
}