Browse Source

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@243 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
faa7fba358
1 changed files with 3 additions and 0 deletions
  1. 3 0
      application/startup.inc.php

+ 3 - 0
application/startup.inc.php

@@ -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');