Files
Kleeja/includes/version.php
Abdulrahman 2300a979d0 fixes
2018-12-31 18:54:26 +03:00

25 lines
237 B
PHP
Executable File

<?php
/**
*
* @package Kleeja
* @copyright (c) 2007 Kleeja.com
* @license ./docs/license.txt
*
*/
//no for directly open
if (!defined('IN_COMMON'))
{
exit();
}
define('KLEEJA_VERSION', '3.0');
define('KLEEJA_DB_VERSION', '9');