diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-30 11:24:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-30 11:24:26 +0000 |
commit | fbca7a83fc7e013ba532e8695c0a1418c0c5d4d9 (patch) | |
tree | 7e02c4a0e21b9e657ca2561ca9711974b3218c64 /include | |
parent | 870bacd6897b62666aeaaa8b8b2c937529abac90 (diff) |
7.8-pre2
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 a6b9d7c37..d21d08dfa 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -503,7 +503,7 @@ void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.8-pre1" +#define LIBCURL_VERSION "7.8-pre2" #define LIBCURL_VERSION_NUM 0x070800 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |