ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
inc.ilias_version.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2014 ILIAS open source e-Learning e.V., Extended GPL, see docs/LICENSE */
3 
12 define("ILIAS_VERSION", "5.1.28 2018-08-01");
13 define("ILIAS_VERSION_NUMERIC", "5.1.28"); // must be always x.y.z: x, y and z are numbers
14 ?>