From d84a48e948b80ecca27e6b8d9e301a1489f33647 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 May 2014 09:28:35 +0200 Subject: pkgdb2 compatibility, ++, bump fedpkg cli version to 0.3.0-dev --- class/FedoraClient.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'class/FedoraClient.php') 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 * @author Johan Cwiklinski - * @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; -- cgit