diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-21 23:22:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-21 23:22:39 +0000 |
commit | 48c1943824274ba22d47a8959a9543d315898b39 (patch) | |
tree | ffd05333343e0d877453b3b7e0b3b731d957dfed | |
parent | 9ef76fecef3b9b504dd912797ec3abad5c41f85b (diff) |
7.10.8-pre2
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | include/curl/curl.h | 2 | ||||
-rw-r--r-- | src/version.h | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -7,6 +7,8 @@ Changelog +Version 7.10.8-pre2 (22 September 2003) + Daniel (22 September) - Giuseppe Attardi found a segfault in libcurl when using the multi interface with ares and doing repeated operations against a non-resolving host name. diff --git a/include/curl/curl.h b/include/curl/curl.h index 76ca1f8a8..2516ebaac 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -29,7 +29,7 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.10.8-pre1" +#define LIBCURL_VERSION "7.10.8-pre2" /* This is the numeric version of the libcurl version number, meant for easier parsing and comparions by programs. The LIBCURL_VERSION_NUM define will diff --git a/src/version.h b/src/version.h index bd413dcde..5b13eba85 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.10.8-pre1" +#define CURL_VERSION "7.10.8-pre2" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |