Files
Kleeja/includes/version.php
2020-05-24 18:18:00 +02:00

26 lines
341 B
PHP
Executable File

<?php
/**
*
* @package Kleeja
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/
//no for directly open
if (! defined('IN_COMMON'))
{
exit();
}
define('KLEEJA_VERSION', '3.1.7');
define('KLEEJA_DB_VERSION', '10');
// Kleeja min requirements
define('MIN_PHP_VERSION', '7.0');
define('MIN_MYSQL_VERSION', '4.2.2');