summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2011-06-12 21:45:24 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2011-06-12 21:45:24 +0300
commit15b105520bc2a032858c9b065e3800faa1242d77 (patch)
tree96fe38f95d9b948b85946add43e4e9a99a390082 /src/vdr-plugin
parentbd0002f34e881de66a34ba0b504519a953f25b80 (diff)
downloadvdr-plugin-webvideo-15b105520bc2a032858c9b065e3800faa1242d77.tar.gz
vdr-plugin-webvideo-15b105520bc2a032858c9b065e3800faa1242d77.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 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;