mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:13:31 +03:00
7.2 cleanup commit
This commit is contained in:
parent
216b198494
commit
61c4342736
7 changed files with 145 additions and 37 deletions
|
|
@ -422,8 +422,8 @@ char *curl_getenv(char *variable);
|
|||
char *curl_version(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.1.1"
|
||||
#define LIBCURL_VERSION_NUM 0x070101
|
||||
#define LIBCURL_VERSION "7.2"
|
||||
#define LIBCURL_VERSION_NUM 0x070200
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option */
|
||||
struct curl_slist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue