diff --git a/HISTORY b/HISTORY index 231a455..4080788 100644 --- a/HISTORY +++ b/HISTORY @@ -515,7 +515,7 @@ VDR Plugin 'femon' Revision History 2015-02-19: Version 2.2.0 -- Updated for vdr-2.1.8. +- Updated for vdr-2.2.0. - Updated CA definitions. - Fixed the SVDRP service IP menu item (Thanks to Toerless Eckert). - Fixed the detaching of receiver during a channel switch. diff --git a/femon.c b/femon.c index e83347c..f173af9 100644 --- a/femon.c +++ b/femon.c @@ -14,8 +14,8 @@ #include "femonservice.h" #include "femontools.h" -#if defined(APIVERSNUM) && APIVERSNUM < 20108 -#error "VDR-2.1.8 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