diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-19 08:42:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-19 08:42:00 +0000 |
commit | ea409d037423ce232d7a805cb9ee4da6fd414801 (patch) | |
tree | a690ae0bac56362dcc243453d0f86245c944827d /include | |
parent | eaaa1a1fd48e5fe11c0d28684382e2c165b72446 (diff) | |
download | curl-ea409d037423ce232d7a805cb9ee4da6fd414801.tar.gz |
7.7-beta5 commitcurl-7_7-beta5
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 175eaddf1..b98f3050f 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -476,7 +476,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.7-beta3" +#define LIBCURL_VERSION "7.7-beta5" #define LIBCURL_VERSION_NUM 0x070700 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |