mirror of
https://github.com/curl/curl.git
synced 2026-07-25 18:07:16 +03:00
7.9.3 pre-release commit
This commit is contained in:
parent
3c334b2bb6
commit
aec7358ca4
3 changed files with 64 additions and 3 deletions
|
|
@ -613,8 +613,8 @@ CURLcode curl_global_init(long flags);
|
|||
void curl_global_cleanup(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.9.2"
|
||||
#define LIBCURL_VERSION_NUM 0x070902
|
||||
#define LIBCURL_VERSION "7.9.3-pre1"
|
||||
#define LIBCURL_VERSION_NUM 0x070903
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||
struct curl_slist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue