diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-07 09:49:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-07 09:49:06 +0000 |
commit | 61e2a8108b604b55bc88e741ad6378827c926ade (patch) | |
tree | 6ffe39c3cde43dec11e68befcff74f3e38612fc9 /include | |
parent | abb14de7e05505d4159e6ffbb75f6135d21b3f6e (diff) |
7.6.1-pre3
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 4e90bfe2c..b69ea1e90 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -452,7 +452,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.6.1-pre2" +#define LIBCURL_VERSION "7.6.1-pre3" #define LIBCURL_VERSION_NUM 0x070601 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |