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 năm trước cách đây
mục cha
commit
faa7fba358
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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');