mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
Updated for vdr-1.7.37.
This commit is contained in:
parent
d0b6944292
commit
c3506e2279
4
HISTORY
4
HISTORY
@ -454,8 +454,8 @@ VDR Plugin 'femon' Revision History
|
||||
- Added a new theme: PearlHD (Thanks to Taipan @ VDRPortal).
|
||||
- Added the transponder info window support for IPTV devices.
|
||||
|
||||
2013-01-20: Version 1.7.18
|
||||
2013-02-10: Version 1.7.18
|
||||
|
||||
- Updated for vdr-1.7.36.
|
||||
- Updated for vdr-1.7.37.
|
||||
- Modified how the receiver is detached.
|
||||
- Added Ukrainian translation (Thanks to Yarema aka Knedlyk).
|
||||
|
4
femon.c
4
femon.c
@ -14,8 +14,8 @@
|
||||
#include "femonservice.h"
|
||||
#include "femontools.h"
|
||||
|
||||
#if defined(APIVERSNUM) && APIVERSNUM < 10736
|
||||
#error "VDR-1.7.36 API version or greater is required!"
|
||||
#if defined(APIVERSNUM) && APIVERSNUM < 10737
|
||||
#error "VDR-1.7.37 API version or greater is required!"
|
||||
#endif
|
||||
|
||||
#ifndef GITVERSION
|
||||
|
Loading…
Reference in New Issue
Block a user