summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-11-18 20:11:12 +0200
committerAntti Ajanki <antti.ajanki@iki.fi>2010-11-18 20:11:12 +0200
commit6728fac61a344ff94ce4d8746957f585ec7c7ccf (patch)
tree93fc63e34aa7219dfac9a3dbf542666ca9aab1a1 /src/vdr-plugin
parent6edb052b185fe3045e4dcb4f541a5a05a167efb9 (diff)
downloadvdr-plugin-webvideo-6728fac61a344ff94ce4d8746957f585ec7c7ccf.tar.gz
vdr-plugin-webvideo-6728fac61a344ff94ce4d8746957f585ec7c7ccf.tar.bz2
prepare for release
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;