From a3cad3fe49dbfe7919dd3bca32728c50dee58df8 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 25 Jun 2013 13:31:26 +0200 Subject: Version 4.0. Fast full-text indexing and searching with the Whoosh library. --- source/pyAggr3g470r.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 07782924..99658213 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.9 $" +__version__ = "$Revision: 4.0 $" __date__ = "$Date: 2010/01/29 $" -__revision__ = "$Date: 2013/04/14 $" +__revision__ = "$Date: 2013/06/25 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" -- cgit