Files
Kleeja/includes/version.php

25 lines
239 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
if (!defined('IN_COMMON'))
{
exit();
}
2019-01-20 23:04:10 +03:00
define('KLEEJA_VERSION', '3.0.2');
2018-01-09 02:09:07 +03:00
define('KLEEJA_DB_VERSION', '9');