7.1.1 commit

This commit is contained in:
Daniel Stenberg 2000-08-21 21:57:06 +00:00
parent e559a7b872
commit 8d2c24265d
3 changed files with 29 additions and 24 deletions

View file

@ -419,8 +419,8 @@ char *curl_getenv(char *variable);
char *curl_version(void);
/* This is the version number */
#define LIBCURL_VERSION "7.0.12test"
#define LIBCURL_VERSION_NUM 0x07000c
#define LIBCURL_VERSION "7.1.1"
#define LIBCURL_VERSION_NUM 0x070101
/* linked-list structure for the CURLOPT_QUOTE option */
struct curl_slist {