Commit 546572da authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

7.7 commit

parent 005536cc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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) */
+1 −1
Original line number Diff line number Diff line
#define CURL_NAME "curl"
#define CURL_VERSION "7.7-beta5"
#define CURL_VERSION "7.7"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "