ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
inc.ilias_version.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2019 ILIAS open source e-Learning e.V., Extended GPL, see docs/LICENSE */
3
12define("ILIAS_VERSION", "6.24 2023-05-05");
13define("ILIAS_VERSION_NUMERIC", "6.24"); // since version ILIAS 6 this must be always x.y: x and y are numbers
An exception for terminatinating execution or to throw for unit testing.