From f04099841879fd9fdec2ff2f8b89109109fa1ee0 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Sat, 10 Jun 2017 19:56:05 +0200 Subject: Set min. VDR version to 2.3.6 and cleanup patches. --- epgsearch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epgsearch.c') 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"; -- cgit v1.2.3