Files
Kleeja/includes/version.php

26 lines
340 B
PHP
Raw Normal View History

2018-01-09 02:09:07 +03:00
<?php
/**
*
* @package Kleeja
* @copyright (c) 2007 Kleeja.com
* @license ./docs/license.txt
*
*/
//no for directly open
2019-05-03 23:52:08 +03:00
if (! defined('IN_COMMON'))
2018-01-09 02:09:07 +03:00
{
2019-05-03 23:52:08 +03:00
exit();
2018-01-09 02:09:07 +03:00
}
2019-05-24 18:32:43 +01:00
define('KLEEJA_VERSION', '3.1.0');
2018-01-09 02:09:07 +03:00
define('KLEEJA_DB_VERSION', '9');
2019-05-13 00:03:24 +03:00
// Kleeja min requirements
define('MIN_PHP_VERSION', '7.0');
define('MIN_MYSQL_VERSION', '4.2.2');