ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
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.0.23 2017-07-19");
13 define("ILIAS_VERSION_NUMERIC", "5.0.23"); // must be always x.y.z: x, y and z are numbers
14 ?>