]> granicus.if.org Git - curl/commitdiff
7.7 commit curl-7_7
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Mar 2001 17:21:07 +0000 (17:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Mar 2001 17:21:07 +0000 (17:21 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 07fe849cc03b9a7517b006cf5e546b65702eee9e..f83500845ebcb4b38944e9ea5300caeebb2394cd 100644 (file)
--- 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
index 29f77db5ab4f3e7065d7dc37694c78cf840b4d5c..9d9c7a7ff6678c6fa60675a68d2a421f029d167c 100644 (file)
@@ -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) */
index 0c024d57a922f962b681e15622fe8b2bc9b964d1..c95f678b9a56423e2698051d080d577a60504379 100644 (file)
@@ -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 ") "