summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2011-04-17 13:39:02 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2011-04-17 13:39:50 +0300
commit7c8ba24916e0ba8f203b02bb6d92ad463b600c08 (patch)
tree28f855d3a4ed88f0b0a184c986aba592a29ad6fc /src/vdr-plugin
parentcff257c3a082608e4b91313b79f73020f14e6e53 (diff)
downloadvdr-plugin-webvideo-7c8ba24916e0ba8f203b02bb6d92ad463b600c08.tar.gz
vdr-plugin-webvideo-7c8ba24916e0ba8f203b02bb6d92ad463b600c08.tar.bz2
Bump version
Diffstat (limited to 'src/vdr-plugin')
-rw-r--r--src/vdr-plugin/webvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c
index 0f985fc..077872e 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.0";
+const char *VERSION = "0.4.1";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;