<?php
/*
* This file is part of the sfFeed2 package.
* (c) 2004-2006 Fabien Potencier <hide@address.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
*
* @package sfFeed2
* @author Fabien Potencier <hide@address.com>
* @version SVN: $Id: sfRssUserland091Feed.class.php 460 2006-01-18 14:45:19Z fabien $
*/
class sfRss091Feed extends sfRssFeed
{
protected
$version = '0.91';
}
?>