summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2011-08-08 21:30:40 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2011-08-08 21:30:40 +0300
commit1663c40dd22f7f9f38164cbdd79232d9702ec77b (patch)
treea455c3c092a9338f902de978b81b07f27eafe009 /src/vdr-plugin
parent3076938d5d8fc103baeaeb9eec56c049221fd70e (diff)
downloadvdr-plugin-webvideo-1663c40dd22f7f9f38164cbdd79232d9702ec77b.tar.gz
vdr-plugin-webvideo-1663c40dd22f7f9f38164cbdd79232d9702ec77b.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 0a8e5b5..738f121 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.3";
+const char *VERSION = "0.4.4";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;