diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-08 08:25:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-08 08:25:44 +0000 |
commit | aec7358ca47d39d1967c528bc5f3b75f67f6d4be (patch) | |
tree | a6007d57dbb0d8eb0449be37ee15034314c1ecee /include | |
parent | 3c334b2bb669376729968e8bdfc64faf14b27d36 (diff) |
7.9.3 pre-release commit
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 9059d1492..264523e7f 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -613,8 +613,8 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.2" -#define LIBCURL_VERSION_NUM 0x070902 +#define LIBCURL_VERSION "7.9.3-pre1" +#define LIBCURL_VERSION_NUM 0x070903 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ struct curl_slist { |