diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-06 08:43:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-06 08:43:37 +0000 |
commit | a6a367380422fcfcd48886c403bfbdecf9c7d28d (patch) | |
tree | ba7b5adef79c80fdef8ce68cc850a558410cd865 /include | |
parent | 944f9a73f43d1f76f6b1697e2a0655f1811e067c (diff) | |
download | curl-a6a367380422fcfcd48886c403bfbdecf9c7d28d.tar.gz |
7.8.1-pre3 commitcurl-7_8_1-pre3
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 8fcf65edf..39317312c 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -509,7 +509,7 @@ void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.8.1-pre2" +#define LIBCURL_VERSION "7.8.1-pre3" #define LIBCURL_VERSION_NUM 0x070801 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |