summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'src/vdr-plugin')
-rw-r--r--src/vdr-plugin/timer.c2
-rw-r--r--src/vdr-plugin/webvideo.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/vdr-plugin/timer.c b/src/vdr-plugin/timer.c
index 8158c29..b5a5c2b 100644
--- a/src/vdr-plugin/timer.c
+++ b/src/vdr-plugin/timer.c
@@ -315,7 +315,7 @@ void cWebviTimerManager::SaveHistory(FILE *f) {
}
char *cWebviTimerManager::UpgradedTemplatePath(char *ref) {
- // template names changed in 0.3.3
+ // template names changed in 0.4.0
const char *templateNameMap[10][2] = \
{{"wvt:///youtube/", "wvt:///www.youtube.com/"},
{"wvt:///svtplay/", "wvt:///svtplay.se/"},
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c
index 0c2cc9b..b9c663a 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.3";
+const char *VERSION = "0.4.0";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;