aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-11-08 23:46:30 +0100
committercedricbonhomme <devnull@localhost>2012-11-08 23:46:30 +0100
commitd2ac82cf2649435c2b7bf1649abd8126ab70280d (patch)
tree7467dfd1a2fb2f619405b52ba4f7c2b746ed9d8c /source
parentchanged things... (diff)
downloadnewspipe-d2ac82cf2649435c2b7bf1649abd8126ab70280d.tar.gz
newspipe-d2ac82cf2649435c2b7bf1649abd8126ab70280d.tar.bz2
newspipe-d2ac82cf2649435c2b7bf1649abd8126ab70280d.zip
Updated revision date and version number.
Diffstat (limited to 'source')
-rwxr-xr-xsource/feedgetter.py4
-rwxr-xr-xsource/pyAggr3g470r.py4
-rwxr-xr-xsource/utils.py4
3 files changed, 6 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>
__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 <http://www.gnu.org/licenses/>
__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 <http://www.gnu.org/licenses/>
__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"
bgstack15