- Added some variables about the version, build revision and build date to be populated automatically by the build system.

SVN:trunk[243]
This commit is contained in:
Denis Flaven
2010-01-12 21:02:42 +00:00
parent 2fe861a0d5
commit c800b9d41e

View File

@@ -1,4 +1,7 @@
<?php
define('ITOP_VERSION', '0.9 beta');
define('ITOP_REVISION', '$WCREV$');
define('ITOP_BUILD_DATE', '$WCNOW$');
require_once('../application/utils.inc.php');