1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00

Updated the APIVERSNUM requirement.

This commit is contained in:
Rolf Ahrenberg 2015-02-20 20:47:58 +02:00
parent e1c896c1a6
commit 7196c9403b

View File

@ -19,8 +19,8 @@
#warning "CURL version >= 7.36.0 is recommended" #warning "CURL version >= 7.36.0 is recommended"
#endif #endif
#if defined(APIVERSNUM) && APIVERSNUM < 20107 #if defined(APIVERSNUM) && APIVERSNUM < 20200
#error "VDR-2.1.7 API version or greater is required!" #error "VDR-2.2.0 API version or greater is required!"
#endif #endif
#ifndef GITVERSION #ifndef GITVERSION