Alte Sabredav Version entfernt

This commit is contained in:
Andreas Österreicher
2015-01-14 13:32:58 +00:00
parent bf999ecc2d
commit 9662b9636a
319 changed files with 137 additions and 41043 deletions
@@ -1,24 +0,0 @@
<?php
/**
* This class contains the Sabre_HTTP version constants.
*
* @package Sabre
* @subpackage HTTP
* @copyright Copyright (C) 2007-2011 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_HTTP_Version {
/**
* Full version number
*/
const VERSION = '1.5.3';
/**
* Stability : alpha, beta, stable
*/
const STABILITY = 'stable';
}