<?php
/**
* version
*
* @package Sngine
* @author Zamblek
*/
/**
* Holds the Sngine version
*
* @global string $sngine_version
*/
$sngine_version = '1.8';
/**
* Holds the required PHP version
*
* @global string $required_php_version
*/
$required_php_version = '5.2.4';
/**
* Holds the required MySQL version
*
* @global string $required_mysql_version
*/
$required_mysql_version = '5.0';
?>