aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-12-07 18:29:15 +0100
committercedricbonhomme <devnull@localhost>2010-12-07 18:29:15 +0100
commit802c0caa7cdd4657d25f30484f91e1e4a28ab9fe (patch)
treed1dde1afb4a08397303839bc8f08aff2edab6ad6
parentBetter display of article's content. (diff)
downloadnewspipe-802c0caa7cdd4657d25f30484f91e1e4a28ab9fe.tar.gz
newspipe-802c0caa7cdd4657d25f30484f91e1e4a28ab9fe.tar.bz2
newspipe-802c0caa7cdd4657d25f30484f91e1e4a28ab9fe.zip
Release 2.4.
-rwxr-xr-xpyAggr3g470r.py4
-rwxr-xr-xutils.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 096797ca..253b2d50 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -20,8 +20,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 2.3 $"
-__date__ = "$Date: 2010/11/15 $"
+__version__ = "$Revision: 2.4 $"
+__date__ = "$Date: 2010/12/07 $"
__copyright__ = "Copyright (c) 2010 Cedric Bonhomme"
__license__ = "GPLv3"
diff --git a/utils.py b/utils.py
index f2751f64..4832914c 100755
--- a/utils.py
+++ b/utils.py
@@ -21,7 +21,7 @@
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 1.1 $"
-__date__ = "$Date: 2010/10/25 $"
+__date__ = "$Date: 2010/12/07 $"
__copyright__ = "Copyright (c) 2010 Cedric Bonhomme"
__license__ = "GPLv3"
bgstack15