mirror of
https://github.com/curl/curl.git
synced 2026-07-25 18:07:16 +03:00
7.6-pre1
This commit is contained in:
parent
1b77c18430
commit
f585b66af7
3 changed files with 6 additions and 3 deletions
|
|
@ -452,8 +452,8 @@ char *curl_getenv(char *variable);
|
|||
char *curl_version(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.6"
|
||||
#define LIBCURL_VERSION_NUM 0x070600
|
||||
#define LIBCURL_VERSION "7.6.1-pre1"
|
||||
#define LIBCURL_VERSION_NUM 0x070601
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||
struct curl_slist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue