summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-17 14:10:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-17 14:10:38 +0000
commite30dcd05017726859fb185090741b700996f26aa (patch)
tree90ee086525127222fec1149608a2050d08275224 /include
parent24dc7cffbdb0f2be6a34ebfdfa7540cddde4c50d (diff)
downloadcurl-e30dcd05017726859fb185090741b700996f26aa.tar.gz
Linus Nielsen Feltzing's telnet-for-win32 fixes
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
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 {