Updated the APIVERSNUM requirement.

This commit is contained in:
Rolf Ahrenberg 2015-02-20 20:47:58 +02:00
parent e1c896c1a6
commit 7196c9403b
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
#warning "CURL version >= 7.36.0 is recommended"
#endif
#if defined(APIVERSNUM) && APIVERSNUM < 20107
#error "VDR-2.1.7 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