From: Daniel Stenberg Date: Mon, 26 Mar 2001 13:49:50 +0000 (+0000) Subject: 7.7.1-beta1 X-Git-Tag: upstream/7.37.1~16874 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a26104724892ee31bc8f35e143259aacc2808a4;p=platform%2Fupstream%2Fcurl.git 7.7.1-beta1 --- diff --git a/CHANGES b/CHANGES index 3056798..8702e21 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,8 @@ History of Changes +Version 7.7.1-beta1 + Daniel (26 March 2001) - Mohamed Lrhazi reported problems with 7.6.1 and persistant HTTP/1.0 connections (when the server replied a Connection: Keep-Alive) and this diff --git a/include/curl/curl.h b/include/curl/curl.h index 9d9c7a7..8b4c75b 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -481,8 +481,8 @@ char *curl_escape(char *string, int length); char *curl_unescape(char *string, int length); /* This is the version number */ -#define LIBCURL_VERSION "7.7" -#define LIBCURL_VERSION_NUM 0x070700 +#define LIBCURL_VERSION "7.7.1-beta1" +#define LIBCURL_VERSION_NUM 0x070701 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ struct curl_slist {