Files
Kleeja/includes/version.php
Mitan Omar 3eb2cce41a .
2019-10-14 07:07:34 +02:00

26 lines
340 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.1.5');
define('KLEEJA_DB_VERSION', '9');
// Kleeja min requirements
define('MIN_PHP_VERSION', '7.0');
define('MIN_MYSQL_VERSION', '4.2.2');