Skip to content

Commit

Permalink
7.6-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 29, 2001
1 parent 1b77c18 commit f585b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -7,6 +7,9 @@
History of Changes History of Changes




Daniel (29 January 2001)
- Yet another Content-Range change. Ok now? Bob Schader checks from his end.

Daniel (27 January 2001) Daniel (27 January 2001)
- So the HTTP PUT resume fix wasn't good. There should appearantly be a - So the HTTP PUT resume fix wasn't good. There should appearantly be a
Content-Range header when resuming a PUT. Content-Range header when resuming a PUT.
Expand Down
4 changes: 2 additions & 2 deletions include/curl/curl.h
Expand Up @@ -452,8 +452,8 @@ char *curl_getenv(char *variable);
char *curl_version(void); char *curl_version(void);


/* This is the version number */ /* This is the version number */
#define LIBCURL_VERSION "7.6" #define LIBCURL_VERSION "7.6.1-pre1"
#define LIBCURL_VERSION_NUM 0x070600 #define LIBCURL_VERSION_NUM 0x070601


/* linked-list structure for the CURLOPT_QUOTE option (and other) */ /* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist { struct curl_slist {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1,3 +1,3 @@
#define CURL_NAME "curl" #define CURL_NAME "curl"
#define CURL_VERSION "7.6" #define CURL_VERSION "7.6.1-pre1"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "

0 comments on commit f585b66

Please sign in to comment.