diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 15:28:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 15:28:50 +0000 |
commit | be35b3ad03a9c6388ddeff9d55bfb6fbc770ed21 (patch) | |
tree | 01536a1e189903804cc2e5b7cf75c4e15806c803 /include | |
parent | dbbd871ea1f4e6fb9569bf6c71db643664fa4266 (diff) | |
download | curl-be35b3ad03a9c6388ddeff9d55bfb6fbc770ed21.tar.gz |
7.9.8-pre3 commit
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 23065c70f..7dc7b70b4 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -732,7 +732,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.8-pre1" +#define LIBCURL_VERSION "7.9.8-pre3" #define LIBCURL_VERSION_NUM 0x070908 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |