diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-04 11:35:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-04 11:35:12 +0000 |
commit | 329bcf3a7117c7e5c26d7c8f840af64fb7140753 (patch) | |
tree | e78d4d1297f4cc2eef2bc893ce23082953370f7e /include | |
parent | 0cb12d7e787f520249c2faa636ff49f4acbebbca (diff) |
7.9.1 cleanup 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 85ace4729..1075b6e4f 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -575,7 +575,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.1-pre4" +#define LIBCURL_VERSION "7.9.1" #define LIBCURL_VERSION_NUM 0x070901 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |