mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:47:16 +03:00
7.7.1-beta1
This commit is contained in:
parent
8b35b89f4d
commit
6a26104724
2 changed files with 4 additions and 2 deletions
|
|
@ -481,8 +481,8 @@ char *curl_escape(char *string, int length);
|
|||
char *curl_unescape(char *string, int length);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.7"
|
||||
#define LIBCURL_VERSION_NUM 0x070700
|
||||
#define LIBCURL_VERSION "7.7.1-beta1"
|
||||
#define LIBCURL_VERSION_NUM 0x070701
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||
struct curl_slist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue