XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
version.php
Go to the documentation of this file.
1 <?php
17 defined('XOOPS_ROOT_PATH') or die('Restricted access');
18 
28 @include_once dirname(__FILE__) . '/license.php';
29 
33 define('XOOPS_VERSION', 'XOOPS 2.5.6');
34 
35 ?>