ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Version.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\Xml;
4 
12 class Version {
13 
17  const VERSION = '1.5.0';
18 
19 }
This class contains the version number for this package.
Definition: Version.php:12
const VERSION
Full version number.
Definition: Version.php:17