From d12e028bbf6d0c8cb818899d05ebdf74b211a1c8 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Mon, 24 Sep 2012 21:14:09 +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 78a6922..9614ec9 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.7' +VERSION = '0.4.8' diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c index 4cbbfa7..d18e347 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.7"; +const char *VERSION = "0.4.8"; 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 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"', -- cgit v1.2.3