diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-07-24 19:28:43 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-07-24 19:28:43 +0300 |
commit | 430d7d456045d923982a8458b901b445c82a5b2d (patch) | |
tree | f5bf8b802a0d442919240f30de10a224f9a93ac1 /src/webvicli | |
parent | 538ad1c5720c72619a62a9c029b73ad5cde1499e (diff) | |
download | vdr-plugin-webvideo-430d7d456045d923982a8458b901b445c82a5b2d.tar.gz vdr-plugin-webvideo-430d7d456045d923982a8458b901b445c82a5b2d.tar.bz2 |
update HISTORY and version numbers
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 782c47c..be96614 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -34,7 +34,7 @@ from ConfigParser import RawConfigParser from webvi.constants import WebviRequestType, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig from . import menu -VERSION = '0.3.0' +VERSION = '0.3.1' # Default options DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"', |