diff options
Diffstat (limited to 'class/FedoraClient.php')
-rw-r--r-- | class/FedoraClient.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/class/FedoraClient.php b/class/FedoraClient.php index 4071348..a356a9b 100644 --- a/class/FedoraClient.php +++ b/class/FedoraClient.php @@ -7,7 +7,7 @@ * * PHP version 5 * - * Copyright (C) 2010 Remi Collet + * Copyright (C) 2010-2014 Remi Collet * http://github.com/remicollet/rpmphp. * * Inspired from python-fedora @@ -29,7 +29,7 @@ * * @author Remi Collet <remi@fedoraproject.org> * @author Johan Cwiklinski <johan@x-tnd.be> - * @copyright 2010-2013 Remi Collet + * @copyright 2010-2014 Remi Collet * @license http://www.gnu.org/licenses/lgpl-2.1.txt LGPL License 2.1 or (at your option) any later version * @link http://github.com/remicollet/rpmphp/ * @since The begining of times. @@ -42,7 +42,7 @@ require_once 'Cache/Lite.php'; abstract class FedoraClient { - const VERSION='0.2.0-dev'; + const VERSION='0.3.0-dev'; protected $url; private $_agent; private $_debug = 0; |