diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2012-09-24 21:14:09 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-09-24 21:14:09 +0300 |
| commit | d12e028bbf6d0c8cb818899d05ebdf74b211a1c8 (patch) | |
| tree | 3e8932ccfe303aa02aab06e7358697f322142164 /src/webvicli | |
| parent | 315af10b62438e046799e69a125c9fd805167c89 (diff) | |
| download | vdr-plugin-webvideo-d12e028bbf6d0c8cb818899d05ebdf74b211a1c8.tar.gz vdr-plugin-webvideo-d12e028bbf6d0c8cb818899d05ebdf74b211a1c8.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 92bbc69..086bdd1 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.7' +VERSION = '0.4.8' # Default options DEFAULT_PLAYERS = ['mplayer -cache-min 10 "%s"', |
