]> granicus.if.org Git - curl/commitdiff
7.9.7 commit curl-7_9_7
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 May 2002 09:40:16 +0000 (09:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 May 2002 09:40:16 +0000 (09:40 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 132cd80ff29dd6e9fda90c7a5c0ecf9c488f9395..e29f167e33b512ba2088eb9f2ca7ea0850009e8c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@
 
                                History of Changes
 
+Version 7.9.7
+
 Daniel (10 May 2002)
 - Kevin Roth adjusted the --trace-ascii output slightly.
 
index 5ca5087221a363cb7ae627722520921fdcaf6863..237b24b2480b3c5d778051422bb05e78281eee7c 100644 (file)
@@ -684,7 +684,7 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.9.7-pre2"
+#define LIBCURL_VERSION "7.9.7"
 #define LIBCURL_VERSION_NUM 0x070907
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 8fc21b3dff46e0b9939e10e4dbbd9f0db9361f05..9e67b851aac1698ca3b4dd290f9633b9a9a3b1e2 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9.7-pre2"
+#define CURL_VERSION "7.9.7"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "