]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/DAV/Version.php
Set notifications of events; the actual notification routine is not yet implemented
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / DAV / Version.php
1 <?php
2
3 /**
4  * This class contains the SabreDAV version constants.
5  *
6  * @package Sabre
7  * @subpackage DAV
8  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
9  * @author Evert Pot (http://www.rooftopsolutions.nl/)
10  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
11  */
12 class Sabre_DAV_Version {
13
14     /**
15      * Full version number
16      */
17     const VERSION = '1.7.0';
18
19     /**
20      * Stability : alpha, beta, stable
21      */
22     const STABILITY = 'alpha';
23
24 }