summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2012-09-24 21:14:09 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2012-09-24 21:14:09 +0300
commitd12e028bbf6d0c8cb818899d05ebdf74b211a1c8 (patch)
tree3e8932ccfe303aa02aab06e7358697f322142164 /src/vdr-plugin
parent315af10b62438e046799e69a125c9fd805167c89 (diff)
downloadvdr-plugin-webvideo-d12e028bbf6d0c8cb818899d05ebdf74b211a1c8.tar.gz
vdr-plugin-webvideo-d12e028bbf6d0c8cb818899d05ebdf74b211a1c8.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 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;