mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
7.9 commit
This commit is contained in:
parent
d5001a3f0b
commit
4d2cb8b32a
@ -548,7 +548,7 @@ CURLcode curl_global_init(long flags);
|
||||
void curl_global_cleanup(void);
|
||||
|
||||
/* This is the version number */
|
||||
#define LIBCURL_VERSION "7.9-pre6"
|
||||
#define LIBCURL_VERSION "7.9"
|
||||
#define LIBCURL_VERSION_NUM 0x070900
|
||||
|
||||
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
|
||||
|
@ -1,3 +1,3 @@
|
||||
#define CURL_NAME "curl"
|
||||
#define CURL_VERSION "7.9-pre6"
|
||||
#define CURL_VERSION "7.9"
|
||||
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
||||
|
Loading…
Reference in New Issue
Block a user