ILIAS  release_4-3 Revision
 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-2012 ILIAS open source e-Learning e.V., Extended GPL, see docs/LICENSE */
3 
12 define("ILIAS_VERSION", "4.3.12 2015-07-28");
13 define("ILIAS_VERSION_NUMERIC", "4.3.12"); // must be always x.y.z: x, y and z are numbers
14 ?>