summaryrefslogtreecommitdiff
path: root/src/webvicli
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2011-04-17 13:39:02 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2011-04-17 13:39:50 +0300
commit7c8ba24916e0ba8f203b02bb6d92ad463b600c08 (patch)
tree28f855d3a4ed88f0b0a184c986aba592a29ad6fc /src/webvicli
parentcff257c3a082608e4b91313b79f73020f14e6e53 (diff)
downloadvdr-plugin-webvideo-7c8ba24916e0ba8f203b02bb6d92ad463b600c08.tar.gz
vdr-plugin-webvideo-7c8ba24916e0ba8f203b02bb6d92ad463b600c08.tar.bz2
Bump version
Diffstat (limited to 'src/webvicli')
-rwxr-xr-xsrc/webvicli/webvi2
-rw-r--r--src/webvicli/webvicli/client.py4
-rw-r--r--src/webvicli/webvicli/menu.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/webvicli/webvi b/src/webvicli/webvi
index b8fa190..082b086 100755
--- a/src/webvicli/webvi
+++ b/src/webvicli/webvi
@@ -2,7 +2,7 @@
# menu.py - starter script for webvicli
#
-# Copyright (c) 2010 Antti Ajanki <antti.ajanki@iki.fi>
+# Copyright (c) 2010, 2011 Antti Ajanki <antti.ajanki@iki.fi>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py
index cffae15..853d549 100644
--- a/src/webvicli/webvicli/client.py
+++ b/src/webvicli/webvicli/client.py
@@ -2,7 +2,7 @@
# webvicli.py - webvi command line client
#
-# Copyright (c) 2009, 2010 Antti Ajanki <antti.ajanki@iki.fi>
+# Copyright (c) 2009-2011 Antti Ajanki <antti.ajanki@iki.fi>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ from urlparse import urlparse
from webvi.constants import WebviRequestType, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig
from . import menu
-VERSION = '0.4.0'
+VERSION = '0.4.1'
# Default options
DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"',
diff --git a/src/webvicli/webvicli/menu.py b/src/webvicli/webvicli/menu.py
index 70ef6ea..f1f1f21 100644
--- a/src/webvicli/webvicli/menu.py
+++ b/src/webvicli/webvicli/menu.py
@@ -1,6 +1,6 @@
# menu.py - menu elements for webvicli
#
-# Copyright (c) 2009, 2010 Antti Ajanki <antti.ajanki@iki.fi>
+# Copyright (c) 2009-2011 Antti Ajanki <antti.ajanki@iki.fi>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by