diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-15 09:28:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-15 09:28:35 +0200 |
commit | d84a48e948b80ecca27e6b8d9e301a1489f33647 (patch) | |
tree | 545bfa05b80ad94c38375661383fbd35d53ca1bd /class/FedoraClient.php | |
parent | 01deba7406b28fb5c7d7a2bc5a9b1b9ae954009e (diff) |
pkgdb2 compatibility, ++, bump fedpkg cli version to 0.3.0-dev
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; |