mirror of
https://github.com/curl/curl.git
synced 2026-07-27 16:28:59 +03:00
7.4.1 commit
This commit is contained in:
parent
b2d73c50d3
commit
f6163b375f
6 changed files with 38 additions and 23 deletions
|
|
@ -438,8 +438,8 @@ char *curl_getenv(char *variable);
|
|||
char *curl_version(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.4-pre5"
|
||||
#define LIBCURL_VERSION_NUM 0x070400
|
||||
#define LIBCURL_VERSION "7.4.1"
|
||||
#define LIBCURL_VERSION_NUM 0x070401
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||
struct curl_slist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue