diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-08-08 21:30:40 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-08-08 21:30:40 +0300 |
| commit | 1663c40dd22f7f9f38164cbdd79232d9702ec77b (patch) | |
| tree | a455c3c092a9338f902de978b81b07f27eafe009 /src/webvicli | |
| parent | 3076938d5d8fc103baeaeb9eec56c049221fd70e (diff) | |
| download | vdr-plugin-webvideo-1663c40dd22f7f9f38164cbdd79232d9702ec77b.tar.gz vdr-plugin-webvideo-1663c40dd22f7f9f38164cbdd79232d9702ec77b.tar.bz2 | |
Bump version
Diffstat (limited to 'src/webvicli')
| -rw-r--r-- | src/webvicli/webvicli/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index ba263b7..6a145e1 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -38,7 +38,7 @@ from urlparse import urlparse from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig, WebviSelect from . import menu -VERSION = '0.4.3' +VERSION = '0.4.4' # Default options DEFAULT_PLAYERS = ['mplayer -cache-min 10 "%s"', |
