diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-17 14:10:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-17 14:10:38 +0000 |
commit | e30dcd05017726859fb185090741b700996f26aa (patch) | |
tree | 90ee086525127222fec1149608a2050d08275224 /include | |
parent | 24dc7cffbdb0f2be6a34ebfdfa7540cddde4c50d (diff) | |
download | curl-e30dcd05017726859fb185090741b700996f26aa.tar.gz |
Linus Nielsen Feltzing's telnet-for-win32 fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 698d84625..036dc04aa 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -548,8 +548,8 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.8.2-pre1" -#define LIBCURL_VERSION_NUM 0x070802 +#define LIBCURL_VERSION "7.9-pre6" +#define LIBCURL_VERSION_NUM 0x070900 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ struct curl_slist { |