diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-05 08:36:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-05 08:36:48 +0000 |
commit | 139ab3740ae7cf5228bfb41a09d003da00d02756 (patch) | |
tree | 913b743db6ed286e66261ee9dcfe53571da58b51 /include | |
parent | 7b832e1745f0d264489b45d0ef88e845238b1871 (diff) |
7.9.2 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 22440b433..4a89467d4 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -584,7 +584,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.2-pre6" +#define LIBCURL_VERSION "7.9.2" #define LIBCURL_VERSION_NUM 0x070902 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |