aboutsummaryrefslogtreecommitdiff
path: root/source/utils.py
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/utils.py
parentchanged things... (diff)
downloadnewspipe-d2ac82cf2649435c2b7bf1649abd8126ab70280d.tar.gz
newspipe-d2ac82cf2649435c2b7bf1649abd8126ab70280d.tar.bz2
newspipe-d2ac82cf2649435c2b7bf1649abd8126ab70280d.zip
Updated revision date and version number.
Diffstat (limited to 'source/utils.py')
-rwxr-xr-xsource/utils.py4
1 files changed, 2 insertions, 2 deletions
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