Updated the APIVERSNUM requirement.

This commit is contained in:
Rolf Ahrenberg 2015-02-20 20:38:38 +02:00
parent 89b7befce4
commit 9420ab95e3
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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