diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-22 18:16:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-22 18:16:24 +0000 |
commit | 93c53424c813e1c177b6b35057adeac0f71b86ac (patch) | |
tree | dc456f62ee44dadf076468f96df3d0928ec7dc66 /include/curl/curl.h | |
parent | 4a2812c5e84a9b6c9cc55e3c147441e3f61be9ac (diff) | |
download | curl-93c53424c813e1c177b6b35057adeac0f71b86ac.tar.gz |
cleanup commit for new autoconf+automake+libtool versions
Diffstat (limited to 'include/curl/curl.h')
-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 7c916185e..42b2826e8 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -493,7 +493,7 @@ char *curl_escape(char *string, int length); char *curl_unescape(char *string, int length); /* This is the version number */ -#define LIBCURL_VERSION "7.7.4-pre1" +#define LIBCURL_VERSION "7.7.4-pre2" #define LIBCURL_VERSION_NUM 0x070704 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |