From f585b66af788d211513016d08bd7f2c5aaee02e0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 29 Jan 2001 11:36:08 +0000 Subject: 7.6-pre1 --- CHANGES | 3 +++ include/curl/curl.h | 4 ++-- src/version.h | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 8816954c2..cdb0e578d 100644 --- 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. diff --git a/include/curl/curl.h b/include/curl/curl.h index b23dae77d..cbfc3e1db 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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 { diff --git a/src/version.h b/src/version.h index 742155a0e..00524178c 100644 --- a/src/version.h +++ b/src/version.h @@ -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 ") " -- cgit v1.2.1