diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-07 08:50:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-07 08:50:18 +0000 |
commit | c2d4fd876c77132caf593e397db615eb12266c7d (patch) | |
tree | 01bba628f02a5658a04ab969b1402a10dea08e81 /include | |
parent | 58cad04bbbe2438d499c5f2c9f1af40e2a78a555 (diff) |
7.9.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 5598c82b8..9b30508c3 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -616,7 +616,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.5-pre6" +#define LIBCURL_VERSION "7.9.5" #define LIBCURL_VERSION_NUM 0x070905 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |