Fixed the warning message about the libcurl version.

This commit is contained in:
Rolf Ahrenberg 2014-05-11 17:11:28 +03:00
parent 9a8c6f8c0d
commit 53b643139f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include "setup.h"
#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM < 0x072400
#warning "CURL version >= 0.7.36 is recommended"
#warning "CURL version >= 7.36.0 is recommended"
#endif
#if defined(APIVERSNUM) && APIVERSNUM < 20000