From 15b105520bc2a032858c9b065e3800faa1242d77 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Sun, 12 Jun 2011 21:45:24 +0300 Subject: Bump version --- src/libwebvi/webvi/version.py | 2 +- src/vdr-plugin/webvideo.c | 2 +- src/webvicli/webvicli/client.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py index ab3d564..a4fba61 100644 --- a/src/libwebvi/webvi/version.py +++ b/src/libwebvi/webvi/version.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = '0.4.1' +VERSION = '0.4.2' diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c index 077872e..2daf642 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.4.1"; +const char *VERSION = "0.4.2"; static const char *DESCRIPTION = trNOOP("Download video files from the web"); static const char *MAINMENUENTRY = "Webvideo"; cMimeTypes *MimeTypes = NULL; diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index f82c32a..9ddb438 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -36,7 +36,7 @@ from urlparse import urlparse from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig from . import menu -VERSION = '0.4.1' +VERSION = '0.4.2' # Default options DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"', -- cgit v1.2.3