]> granicus.if.org Git - curl/commitdiff
7.10.8-pre3 commit
authorDaniel Stenberg <daniel@haxx.se>
Wed, 8 Oct 2003 13:54:36 +0000 (13:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Oct 2003 13:54:36 +0000 (13:54 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 78b387187e825c34a6e8bb5e348e58f3acecdf27..c346a9800bbc9c7756ce137c99d7a2a0c0065de1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@
                                   Changelog
 
 
+Version 7.10.8-pre3 (8 October 2003)
+
 Daniel (8 October)
 - Frank Ticheler provided a patch that fixes how libcurl connects to multiple
   addresses, if one of them fails (ipv4-code).
index fd507fda8b8295cc59b15930058ec1442ca0a26a..5aa4cc923299acae961800638ba79c40d76c89bb 100644 (file)
@@ -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-pre2"
+#define LIBCURL_VERSION "7.10.8-pre3"
 
 /* This is the numeric version of the libcurl version number, meant for easier
    parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
index 5b13eba85d2adc76513a30012ab0491fec2a610b..60166710a5b66726e654c2c8d094f285430d9fef 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.10.8-pre2"
+#define CURL_VERSION "7.10.8-pre3"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "