summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-07-24 19:28:43 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2010-07-24 19:28:43 +0300
commit430d7d456045d923982a8458b901b445c82a5b2d (patch)
treef5bf8b802a0d442919240f30de10a224f9a93ac1 /src/vdr-plugin
parent538ad1c5720c72619a62a9c029b73ad5cde1499e (diff)
downloadvdr-plugin-webvideo-430d7d456045d923982a8458b901b445c82a5b2d.tar.gz
vdr-plugin-webvideo-430d7d456045d923982a8458b901b445c82a5b2d.tar.bz2
update HISTORY and version numbers
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 554ef28..e2b65c3 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.3.0";
+const char *VERSION = "0.3.1";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;