server/3rdparty/Sabre/DAV/Version.php
Lukas Reschke dcfbbf3db7 Revert "Update SabreDAV to 1.7.1"
This reverts commit 183cc22501.
2012-10-13 22:29:57 +02:00

24 lines
513 B
PHP
Executable file

<?php
/**
* This class contains the SabreDAV version constants.
*
* @package Sabre
* @subpackage DAV
* @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
class Sabre_DAV_Version {
/**
* Full version number
*/
const VERSION = '1.6.4';
/**
* Stability : alpha, beta, stable
*/
const STABILITY = 'stable';
}