diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-20 07:59:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-20 07:59:03 +0000 |
commit | 7dbad3c382a2f346af2f5160aa88cd28c03fbc85 (patch) | |
tree | ad36584d7afef6262dd65e5aebabc0eddb25d819 /include | |
parent | 8f55c3d47d0df24f7051179bec7b579918f7f207 (diff) |
7.8.1
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 ff1341a56..2f64a79df 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -507,7 +507,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.8.1-pre5" +#define LIBCURL_VERSION "7.8.1" #define LIBCURL_VERSION_NUM 0x070801 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |