mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
7.9.4
This commit is contained in:
parent
685b180ab6
commit
5370d7a6eb
6
CHANGES
6
CHANGES
@ -7,6 +7,12 @@
|
||||
History of Changes
|
||||
|
||||
|
||||
Version 7.9.4
|
||||
|
||||
- no changes since pre-release
|
||||
|
||||
Version 7.9.4-pre2
|
||||
|
||||
Daniel (3 February 2002)
|
||||
- Eric Melville provided a few spelling corrections in the curl man page.
|
||||
|
||||
|
@ -613,7 +613,7 @@ CURLcode curl_global_init(long flags);
|
||||
void curl_global_cleanup(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.9.4-pre2"
|
||||
#define LIBCURL_VERSION "7.9.4"
|
||||
#define LIBCURL_VERSION_NUM 0x070904
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||
|
@ -1,3 +1,3 @@
|
||||
#define CURL_NAME "curl"
|
||||
#define CURL_VERSION "7.9.4-pre2"
|
||||
#define CURL_VERSION "7.9.4"
|
||||
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
||||
|
Loading…
Reference in New Issue
Block a user