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
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) */
#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 ") "