diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-04 06:23:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-04 06:23:43 +0000 |
commit | 50a53d4eecec60d348100e8506bd01fefd2b5f7f (patch) | |
tree | 393550b6d4e1da9491882121ee6e5f1a12078502 /include | |
parent | 6bd1ed034a83371088bcc08f70cc6878aeb3973b (diff) |
7.7.1 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 8b4c75be3..0a612c006 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -481,7 +481,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.1-beta1" +#define LIBCURL_VERSION "7.7.1" #define LIBCURL_VERSION_NUM 0x070701 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |