diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-12 11:39:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-12 11:39:27 +0000 |
commit | a00918116de72a88f8b29cae1f9ed075057dea9f (patch) | |
tree | 67672b17197ebcbb66b4e3e6da4480c56f39b8c2 /include | |
parent | d26c318321d9517b890dbb6ea79aaeb648989ae7 (diff) |
7.9.6-pre5
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 ff37d3a5b..a5354758f 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -662,7 +662,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.6-pre4" +#define LIBCURL_VERSION "7.9.6-pre5" #define LIBCURL_VERSION_NUM 0x070906 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |