00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __CURL_CURLVER_H 00006 #define __CURL_CURLVER_H 00007 00008 #define LIBCURL_VERSION "7.16.4" 00009 00010 #define LIBCURL_VERSION_MAJOR 7 00011 #define LIBCURL_VERSION_MINOR 16 00012 #define LIBCURL_VERSION_PATCH 4 00013 00014 #define LIBCURL_VERSION_NUM 0x071004 00015 00016 #define LIBCURL_TIMESTAMP "Tue Jul 10 20:15:47 UTC 2007" 00017 00018 #endif
1.5.6