ComunicWeb/system/config/global.config.php
2018-04-29 21:04:30 +02:00

15 lines
169 B
PHP

<?php
/**
* Project main config page (common properties)
*
* @author Pierre HUBERT
*/
class Config {
/**
* Application version
*/
const VERSION = "0.1.1";
}