diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vdr-plugin/webvideo.c | 2 | ||||
-rw-r--r-- | src/version | 2 | ||||
-rw-r--r-- | src/webvicli/webvicli/client.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c index afc240a..ab7eaab 100644 --- a/src/vdr-plugin/webvideo.c +++ b/src/vdr-plugin/webvideo.c @@ -24,7 +24,7 @@ #include "common.h" #include "timer.h" -const char *VERSION = "0.3.1"; +const char *VERSION = "0.3.2"; static const char *DESCRIPTION = trNOOP("Download video files from the web"); static const char *MAINMENUENTRY = "Webvideo"; cMimeTypes *MimeTypes = NULL; diff --git a/src/version b/src/version index a2268e2..9fc80f9 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -0.3.1
\ No newline at end of file +0.3.2
\ No newline at end of file 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"', |