Page MenuHomePhorge

Version.php
No OneTemporary

Authored By
Unknown
Size
485 B
Referenced Files
None
Subscribers
None

Version.php

<?php
namespace Sabre\VObject;
/**
* This class contains the version number for the VObject package
*
* @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
class Version {
/**
* Full version number
*/
const VERSION = '2.1.0';
/**
* Stability : alpha, beta, stable
*/
const STABILITY = 'stable';
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 9:37 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823491
Default Alt Text
Version.php (485 B)

Event Timeline