summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2012-09-30 20:51:24 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2012-09-30 20:51:24 +0300
commit8e65df4231120b553491795645959eaa409e13df (patch)
tree5fcb80bd22e0bf1d88b25c06a54adb82d6dcfc79 /src/vdr-plugin
parente47f1de6430c1bc84d45b699724a7fc4074e176f (diff)
downloadvdr-plugin-webvideo-8e65df4231120b553491795645959eaa409e13df.tar.gz
vdr-plugin-webvideo-8e65df4231120b553491795645959eaa409e13df.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 d18e347..10106b4 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.8";
+const char *VERSION = "0.4.9";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;