summaryrefslogtreecommitdiff
path: root/epgsearch.c
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-06-10 19:56:05 +0200
committerFrank Neumann <fnu@yavdr.org>2017-06-10 19:56:05 +0200
commitf04099841879fd9fdec2ff2f8b89109109fa1ee0 (patch)
tree3642c7cfbb17119d98908f698765b17df1c8320c /epgsearch.c
parentf17512925ac4059c0677d38fcaa553e69ab1d25e (diff)
downloadvdr-plugin-epgsearch-f04099841879fd9fdec2ff2f8b89109109fa1ee0.tar.gz
vdr-plugin-epgsearch-f04099841879fd9fdec2ff2f8b89109109fa1ee0.tar.bz2
Set min. VDR version to 2.3.6 and cleanup patches.
Diffstat (limited to 'epgsearch.c')
-rw-r--r--epgsearch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epgsearch.c b/epgsearch.c
index 5ca425d..7f368c3 100644
--- a/epgsearch.c
+++ b/epgsearch.c
@@ -69,8 +69,8 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include "confdloader.h"
#include "pending_notifications.h"
-#if defined(APIVERSNUM) && APIVERSNUM < 20304
-#error "VDR-2.3.4 API version or greater is required!"
+#if defined(APIVERSNUM) && APIVERSNUM < 20306
+#error "VDR-2.3.6 API version or greater is required!"
#endif
static const char VERSION[] = "2.3.1";