From d2ac82cf2649435c2b7bf1649abd8126ab70280d Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 8 Nov 2012 23:46:30 +0100 Subject: Updated revision date and version number. --- source/feedgetter.py | 4 ++-- source/pyAggr3g470r.py | 4 ++-- source/utils.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'source') diff --git a/source/feedgetter.py b/source/feedgetter.py index 33085c14..f28308a7 100755 --- a/source/feedgetter.py +++ b/source/feedgetter.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 1.1 $" +__version__ = "$Revision: 1.2 $" __date__ = "$Date: 2010/09/02 $" -__revision__ = "$Date: 2012/04/22 $" +__revision__ = "$Date: 2012/11/8 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 027a9a59..c245d327 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 3.5 $" +__version__ = "$Revision: 3.6 $" __date__ = "$Date: 2010/01/29 $" -__revision__ = "$Date: 2012/05/01 $" +__revision__ = "$Date: 2012/11/8 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" diff --git a/source/utils.py b/source/utils.py index da26d022..7681fea7 100755 --- a/source/utils.py +++ b/source/utils.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 1.2 $" +__version__ = "$Revision: 1.3 $" __date__ = "$Date: 2010/12/07 $" -__revision__ = "$Date: 2012/05/01 $" +__revision__ = "$Date: 2012/11/8 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" -- cgit