7.4.1 commit

This commit is contained in:
Daniel Stenberg 2000-10-16 13:52:05 +00:00
parent b2d73c50d3
commit f6163b375f
6 changed files with 38 additions and 23 deletions

View file

@ -438,8 +438,8 @@ char *curl_getenv(char *variable);
char *curl_version(void);
/* This is the version number */
#define LIBCURL_VERSION "7.4-pre5"
#define LIBCURL_VERSION_NUM 0x070400
#define LIBCURL_VERSION "7.4.1"
#define LIBCURL_VERSION_NUM 0x070401
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {