diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-23 18:10:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-23 18:10:00 +0000 |
commit | 7e16ec872438e6df9172d3ad18b1117448cf6a93 (patch) | |
tree | 42825c7b0e5b5cd4ef8b223d48dbf1db2829bd11 /include | |
parent | 8c459156f85b7ad119d3d59c7d48c699518e100a (diff) |
7.9.3
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 f791ca70c..44b317410 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-pre4" +#define LIBCURL_VERSION "7.9.3" #define LIBCURL_VERSION_NUM 0x070903 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |