diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-08-26 20:49:36 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-08-26 20:49:36 +0300 |
| commit | a807f0f034670f461bf99345b8fe02cc32ebfd50 (patch) | |
| tree | d38423aa4324581f89a8c9afe932737ebfdab8f5 /src/webvicli | |
| parent | 1b987b6f7a0da07ad49182cb8beae79d2b0ad88f (diff) | |
| download | vdr-plugin-webvideo-a807f0f034670f461bf99345b8fe02cc32ebfd50.tar.gz vdr-plugin-webvideo-a807f0f034670f461bf99345b8fe02cc32ebfd50.tar.bz2 | |
update version number
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 be96614..732f43b 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.1' +VERSION = '0.3.2' # Default options DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"', |
