diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-08-12 22:36:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-12 22:36:37 +0000 |
commit | 0009e4dfb91c6ea3789e65db26648ed9da6b8da2 (patch) | |
tree | 266653a5b092426aee3c9f75cb641ee71deb571c /include | |
parent | 30b7a9f17290d79cd5c51be287e6cbd4fd4eab90 (diff) |
7.9.9-pre1
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 53be2f5b2..6c4722f60 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -753,8 +753,8 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.8" -#define LIBCURL_VERSION_NUM 0x070908 +#define LIBCURL_VERSION "7.9.9-pre1" +#define LIBCURL_VERSION_NUM 0x070909 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ struct curl_slist { |