ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
inc.ilias_version.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
12 define("ILIAS_VERSION", "4.1.8-EA 2011-10-25");
13 define("ILIAS_VERSION_NUMERIC", "4.1.8"); // must be always x.y.z: x, y and z are numbers
14 ?>