diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-13 14:37:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-13 14:37:15 +0000 |
commit | 67273eed9bc06b864bfb5882fc87ee6cd891be38 (patch) | |
tree | 88cb05463db7d7fdbf5ccb4eee764608d81647f2 /include | |
parent | 3c63e1d8d98be4ab385a7d279ae8645d8b4ad4de (diff) |
7.9.8 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 686204210..c616466dc 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -747,7 +747,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.8-pre3" +#define LIBCURL_VERSION "7.9.8" #define LIBCURL_VERSION_NUM 0x070908 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |