From 7196c9403b07afe614f4538755f866047326cf0e Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Fri, 20 Feb 2015 20:47:58 +0200 Subject: [PATCH] Updated the APIVERSNUM requirement. --- satip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satip.c b/satip.c index 94ff984..b34da79 100644 --- a/satip.c +++ b/satip.c @@ -19,8 +19,8 @@ #warning "CURL version >= 7.36.0 is recommended" #endif -#if defined(APIVERSNUM) && APIVERSNUM < 20107 -#error "VDR-2.1.7 API version or greater is required!" +#if defined(APIVERSNUM) && APIVERSNUM < 20200 +#error "VDR-2.2.0 API version or greater is required!" #endif #ifndef GITVERSION