diff options
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) */ |