Files
DzzOffice/core/core_version.php
小胡 cf38d56c9c 更新版本
Signed-off-by: 小胡 <3203164629@qq.com>
2024-10-09 09:12:13 +00:00

20 lines
537 B
PHP

<?php
/*
* @copyright Leyun internet Technology(Shanghai)Co.,Ltd
* @license http://www.dzzoffice.com/licenses/license.txt
* @package DzzOffice
* @link http://www.dzzoffice.com
* @author zyx(zyx@dzz.cc)
*/
if(!defined('IN_DZZ')) {
exit('Access Denied');
}
if(!defined('CORE_VERSION')) {
define('CORE_VERSION', '2.02');
define('CORE_RELEASE', '20180909');
define('CORE_FIXBUG' , '20000000');
define('CORE_XHVERSION', '1.89');
define('CORE_XHRELEASE', '20241008');
define('CORE_XHFIXBUG' , '20241008');
}