diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-01-17 14:34:26 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-17 14:34:26 +0000 |
| commit | cb5f6e18e64588c1d2c81489b18c1e7c991d8573 (patch) | |
| tree | f40486ab17b672f967128779239f8804021cf508 /include | |
| parent | b798e7a5ae20712e98f7dfbed6de189047837864 (diff) | |
7.9.3-pre3
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 0c2bdfbe3..e05db85c4 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-pre2" +#define LIBCURL_VERSION "7.9.3-pre3" #define LIBCURL_VERSION_NUM 0x070903 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |
