diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-29 12:49:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-29 12:49:10 +0000 |
commit | 533c24a4712d0565ae0de89cd64e0d3adce78966 (patch) | |
tree | 15a81da3ce6e3aa2127ebcb4d1b4ef0a83999719 /include | |
parent | 6a9697387afe3656fe308a4cc009696ea99b1b1e (diff) |
disabling EPSV is now possible
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 52b3ecf01..22440b433 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -584,7 +584,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.2-pre3" +#define LIBCURL_VERSION "7.9.2-pre6" #define LIBCURL_VERSION_NUM 0x070902 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |