]> granicus.if.org Git - curl/commitdiff
7.6-pre1 curl-7_6_1-pre1
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jan 2001 11:36:08 +0000 (11:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jan 2001 11:36:08 +0000 (11:36 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 8816954c29b38a333b2f93073b8a8c907c3b17aa..cdb0e578d901bd6257c27f3b0e823a1667f9b3a6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
                                History of Changes
 
 
+Daniel (29 January 2001)
+- Yet another Content-Range change. Ok now? Bob Schader checks from his end.
+
 Daniel (27 January 2001)
 - So the HTTP PUT resume fix wasn't good. There should appearantly be a
   Content-Range header when resuming a PUT.
index b23dae77db2999f2b6b94bf3c05f24c71b678efd..cbfc3e1db597fc2aaa9632a1db4ff0c5452e59bf 100644 (file)
@@ -452,8 +452,8 @@ char *curl_getenv(char *variable);
 char *curl_version(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.6"
-#define LIBCURL_VERSION_NUM 0x070600
+#define LIBCURL_VERSION "7.6.1-pre1"
+#define LIBCURL_VERSION_NUM 0x070601
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
 struct curl_slist {
index 742155a0e1f251bc9cea71f1981ad5184f54f5cb..00524178cad0f549c30957fc8dfc2657b290b5e2 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.6"
+#define CURL_VERSION "7.6.1-pre1"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "