mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
- 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:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user