- Moved the iTop version number to the Config class to be able to access it from the setup.

SVN:trunk[426]
This commit is contained in:
Denis Flaven
2010-05-31 14:41:05 +00:00
parent d0c4546ec5
commit 8c2d819920
3 changed files with 27 additions and 4 deletions

View File

@@ -23,10 +23,6 @@
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
*/
define('ITOP_VERSION', '0.9');
define('ITOP_REVISION', '$WCREV$');
define('ITOP_BUILD_DATE', '$WCNOW$');
require_once('../application/utils.inc.php');
MetaModel::Startup(ITOP_CONFIG_FILE);