]> granicus.if.org Git - curl/commitdiff
7.6.1 commit curl-7_6_1
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Feb 2001 13:37:14 +0000 (13:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Feb 2001 13:37:14 +0000 (13:37 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 214991f4961c824c86691f6d9063a0850b53df2d..40469d7986e95374b7371acd660853063cf75164 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,11 @@
 
                                History of Changes
 
+Version 7.6.1
+
 Daniel (9 February 2001)
-- Frank Reid and Cain Hopwood provided information and research around a
-  HTTPS PUT problem we seem to have.
+- Frank Reid and Cain Hopwood provided information and research around a HTTPS
+  PUT/upload problem we seem to have. No solution found yet.
 
 Daniel (8 February 2001)
 - An interesting discussion is how to specify an empty password without having
index b69ea1e901375826afce92db2dce5883e325a195..5d10d0d15eaa342b7155ee2f0e5d26837ce93b6a 100644 (file)
@@ -452,7 +452,7 @@ char *curl_getenv(char *variable);
 char *curl_version(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.6.1-pre3"
+#define LIBCURL_VERSION "7.6.1"
 #define LIBCURL_VERSION_NUM 0x070601
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index b7c1dc9801b0ea1d3868c09a3f927a976f452875..0a11cfd4d2d2b6348602ec1de26965076730edd0 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.6.1-pre3"
+#define CURL_VERSION "7.6.1"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "