mirror of
https://github.com/curl/curl.git
synced 2026-07-28 00:13:09 +03:00
7.1.1 commit
This commit is contained in:
parent
e559a7b872
commit
8d2c24265d
3 changed files with 29 additions and 24 deletions
|
|
@ -419,8 +419,8 @@ char *curl_getenv(char *variable);
|
|||
char *curl_version(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.0.12test"
|
||||
#define LIBCURL_VERSION_NUM 0x07000c
|
||||
#define LIBCURL_VERSION "7.1.1"
|
||||
#define LIBCURL_VERSION_NUM 0x070101
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option */
|
||||
struct curl_slist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue