diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-11 09:29:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-11 09:29:30 +0000 |
commit | b0c0e8d815ad06a7f6045f0c0a316da8cc0e0bf8 (patch) | |
tree | c757ce921065b662ed762715355385221427f127 /include | |
parent | 16502d7d159426fe358706db383fbe5f0da479b3 (diff) |
7.6-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 bef3e6e91..4fc1614d9 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -456,7 +456,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.6-pre1" +#define LIBCURL_VERSION "7.6-pre2" #define LIBCURL_VERSION_NUM 0x070600 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |