diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-22 17:21:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-22 17:21:07 +0000 |
commit | 546572da0457f37c698c02d0a08d90fdfcbeedec (patch) | |
tree | 9e013b36e8ba50caccb51f9aa30f5eb53a8feb63 /include | |
parent | 005536cc28d501008f318d723b96cb9692a3f7f7 (diff) |
7.7 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 29f77db5a..9d9c7a7ff 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-beta5" +#define LIBCURL_VERSION "7.7" #define LIBCURL_VERSION_NUM 0x070700 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |