mirror of
https://github.com/curl/curl.git
synced 2026-07-15 18:37:15 +03:00
7.10.3-pre2
This commit is contained in:
parent
d72aa49126
commit
7ef749497d
3 changed files with 32 additions and 3 deletions
|
|
@ -805,8 +805,8 @@ CURLcode curl_global_init(long flags);
|
|||
void curl_global_cleanup(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.10.2"
|
||||
#define LIBCURL_VERSION_NUM 0x070a02
|
||||
#define LIBCURL_VERSION "7.10.3-pre2"
|
||||
#define LIBCURL_VERSION_NUM 0x070a03
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||
struct curl_slist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue