1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 13:36:53 +02:00

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 2015-02-19: Version 2.2.0
- Updated for vdr-2.1.8. - Updated for vdr-2.2.0.
- Updated CA definitions. - Updated CA definitions.
- Fixed the SVDRP service IP menu item (Thanks to Toerless Eckert). - Fixed the SVDRP service IP menu item (Thanks to Toerless Eckert).
- Fixed the detaching of receiver during a channel switch. - Fixed the detaching of receiver during a channel switch.

View File

@ -14,8 +14,8 @@
#include "femonservice.h" #include "femonservice.h"
#include "femontools.h" #include "femontools.h"
#if defined(APIVERSNUM) && APIVERSNUM < 20108 #if defined(APIVERSNUM) && APIVERSNUM < 20200
#error "VDR-2.1.8 API version or greater is required!" #error "VDR-2.2.0 API version or greater is required!"
#endif #endif
#ifndef GITVERSION #ifndef GITVERSION