Files
DzzOffice/core/core_version.php
2023-02-09 20:00:35 +08:00

26 lines
720 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');
<<<<<<< HEAD
define('CORE_XHVERSION', '1.79');
define('CORE_XHRELEASE', '20230209');
define('CORE_XHFIXBUG' , '20230209');
=======
define('CORE_XHVERSION', '1.78');
define('CORE_XHRELEASE', '20230207');
define('CORE_XHFIXBUG' , '20230207');
>>>>>>> ffa132d260aa6ffedccc0adf075ccd99252823c0
}