From 9420ab95e34bbd0f7ee24705918afc2e7283c036 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Fri, 20 Feb 2015 20:38:38 +0200 Subject: [PATCH] Updated the APIVERSNUM requirement. --- HISTORY | 2 +- femon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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