mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:17:15 +03:00
big last-beta (?) cleanup commit
This commit is contained in:
parent
513ac758da
commit
c3c7739811
17 changed files with 987 additions and 401 deletions
|
|
@ -414,8 +414,8 @@ char *curl_getenv(char *variable);
|
|||
char *curl_version(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.0.8beta"
|
||||
#define LIBCURL_VERSION_NUM 0x070008
|
||||
#define LIBCURL_VERSION "7.0.11test"
|
||||
#define LIBCURL_VERSION_NUM 0x07000b
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option */
|
||||
struct curl_slist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue