mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
7.7 commit
This commit is contained in:
parent
005536cc28
commit
546572da04
2
CHANGES
2
CHANGES
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
History of Changes
|
History of Changes
|
||||||
|
|
||||||
|
Version 7.7
|
||||||
|
|
||||||
Daniel (22 March 2001)
|
Daniel (22 March 2001)
|
||||||
- The configure script now fails with an error message if gethostbyname_r() is
|
- The configure script now fails with an error message if gethostbyname_r() is
|
||||||
detected but it couldn't figure out how to invoke it (what amount of
|
detected but it couldn't figure out how to invoke it (what amount of
|
||||||
|
@ -481,7 +481,7 @@ char *curl_escape(char *string, int length);
|
|||||||
char *curl_unescape(char *string, int length);
|
char *curl_unescape(char *string, int length);
|
||||||
|
|
||||||
/* This is the version number */
|
/* This is the version number */
|
||||||
#define LIBCURL_VERSION "7.7-beta5"
|
#define LIBCURL_VERSION "7.7"
|
||||||
#define LIBCURL_VERSION_NUM 0x070700
|
#define LIBCURL_VERSION_NUM 0x070700
|
||||||
|
|
||||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#define CURL_NAME "curl"
|
#define CURL_NAME "curl"
|
||||||
#define CURL_VERSION "7.7-beta5"
|
#define CURL_VERSION "7.7"
|
||||||
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
||||||
|
Loading…
Reference in New Issue
Block a user