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