7.2 cleanup commit

This commit is contained in:
Daniel Stenberg 2000-08-30 11:54:57 +00:00
parent 216b198494
commit 61c4342736
7 changed files with 145 additions and 37 deletions

View file

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