diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-19 11:45:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-19 11:45:10 +0000 |
commit | 95a4b8db680beeca879f39c161296d29e22138f1 (patch) | |
tree | 22aad8b4731ffddc9015d45d6c11015e5039ef22 /include | |
parent | 663c1898a36dbd15013a9ca8c35d299ef705a842 (diff) |
7.10.5 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 882956ece..b8b4a63db 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -819,7 +819,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.10.5-pre2" +#define LIBCURL_VERSION "7.10.5" #define LIBCURL_VERSION_NUM 0x070a05 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |