forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathilias_version.php
More file actions
executable file
·30 lines (27 loc) · 881 Bytes
/
ilias_version.php
File metadata and controls
executable file
·30 lines (27 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
declare(strict_types=1);
/**
* This file is part of ILIAS, a powerful learning management system
* published by ILIAS open source e-Learning e.V.
*
* ILIAS is licensed with the GPL-3.0,
* see https://www.gnu.org/licenses/gpl-3.0.en.html
* You should have received a copy of said license along with the
* source code, too.
*
* If this is not the case or you just want to try ILIAS, you'll find
* us at:
* https://www.ilias.de
* https://github.com/ILIAS-eLearning
*
*********************************************************************/
/**
* sets ILIAS version (this file shouldn't be merged between cvs branches)
*
* @author Alex Killing <alex.killing@gmx.de>
* @version $Id$
*
* @package ilias-core
*/
const ILIAS_VERSION = "11.0_alpha";
const ILIAS_VERSION_NUMERIC = "11.0"; // since version ILIAS 6 this must be always x.y: x and y are numbers