diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-16 15:12:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-16 15:12:12 +0000 |
commit | fbe29075990218a02a0dab4dd65e3e0c93a38d86 (patch) | |
tree | 7f3f2737bdf8c0df3d053507f79c368ad98d17e3 /include | |
parent | 343da8d4b31cc445cd817788405dc9f528d1fcfd (diff) |
7.9.3-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 264523e7f..0c2bdfbe3 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -613,7 +613,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.3-pre1" +#define LIBCURL_VERSION "7.9.3-pre2" #define LIBCURL_VERSION_NUM 0x070903 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |