Files
FHC-Core/include/sabredav/lib/Sabre/HTTP/Version.php
T
2015-01-14 13:45:11 +00:00

25 lines
451 B
PHP
Executable File

<?php
namespace Sabre\HTTP;
/**
* This class contains the Sabre\HTTP version constants.
*
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
class Version {
/**
* Full version number
*/
const VERSION = '1.8.9';
/**
* Stability : alpha, beta, stable
*/
const STABILITY = 'stable';
}