diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-01 07:59:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-01 07:59:46 +0000 |
commit | 3b44a3df765318b535ddff9234439b64152fa2fe (patch) | |
tree | 9459f0ffe177c7efa67755afc260cce82ccba6cc /include | |
parent | 572c29a4a357dd3a8d3fceae2be9da02383e9e1a (diff) |
7.6.1-pre2
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 9568e880c..b038834da 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-pre1" +#define LIBCURL_VERSION "7.6.1-pre2" #define LIBCURL_VERSION_NUM 0x070601 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |