From: Daniel Stenberg Date: Thu, 22 Mar 2001 17:21:07 +0000 (+0000) Subject: 7.7 commit X-Git-Tag: curl-7_7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=546572da0457f37c698c02d0a08d90fdfcbeedec;p=curl 7.7 commit --- diff --git a/CHANGES b/CHANGES index 07fe849cc..f83500845 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,8 @@ History of Changes +Version 7.7 + Daniel (22 March 2001) - The configure script now fails with an error message if gethostbyname_r() is detected but it couldn't figure out how to invoke it (what amount of diff --git a/include/curl/curl.h b/include/curl/curl.h index 29f77db5a..9d9c7a7ff 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -481,7 +481,7 @@ char *curl_escape(char *string, int length); char *curl_unescape(char *string, int length); /* This is the version number */ -#define LIBCURL_VERSION "7.7-beta5" +#define LIBCURL_VERSION "7.7" #define LIBCURL_VERSION_NUM 0x070700 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ diff --git a/src/version.h b/src/version.h index 0c024d57a..c95f678b9 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.7-beta5" +#define CURL_VERSION "7.7" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "