diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-05-07 21:52:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-07 21:52:38 +0000 |
commit | bbe10cb0cb45eae6e737523b215ecdf43d385765 (patch) | |
tree | 4cf532962a09e7355123b989e3d587788d3e35d5 /include | |
parent | daba8f3a7081ed6deb40bb54b374588e7016260a (diff) |
7.9.7-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 df4f093b1..5ca508722 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -684,7 +684,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.7-pre1" +#define LIBCURL_VERSION "7.9.7-pre2" #define LIBCURL_VERSION_NUM 0x070907 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |