summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2012-01-29 15:04:37 +0200
committerAntti Ajanki <antti.ajanki@iki.fi>2012-01-29 15:04:37 +0200
commite7b1d17438e1ac8918680ce3b08daaf1aa4d3c33 (patch)
treebd5eec925adfc6fced1d80285d82b8a3095ecca0 /src/vdr-plugin
parent9ec82abc0b9c4467bc48e5744f654886e73b10a4 (diff)
downloadvdr-plugin-webvideo-e7b1d17438e1ac8918680ce3b08daaf1aa4d3c33.tar.gz
vdr-plugin-webvideo-e7b1d17438e1ac8918680ce3b08daaf1aa4d3c33.tar.bz2
Bump version and copyright year
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 738f121..4c99af9 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.4";
+const char *VERSION = "0.4.5";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;