Files
Kleeja/includes/version.php
Hani Rouatbi 1495210837 Update Version
Kleeja Version
2019-05-24 18:32:43 +01: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.0');
define('KLEEJA_DB_VERSION', '9');
// Kleeja min requirements
define('MIN_PHP_VERSION', '7.0');
define('MIN_MYSQL_VERSION', '4.2.2');