From 546572da0457f37c698c02d0a08d90fdfcbeedec Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Mar 2001 17:21:07 +0000 Subject: [PATCH] 7.7 commit --- CHANGES | 2 ++ include/curl/curl.h | 2 +- src/version.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 07fe849..f835008 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 29f77db..9d9c7a7 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 0c024d5..c95f678 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 ") " -- 2.7.4