cleanup-commit

This commit is contained in:
Daniel Stenberg
2001-01-03 09:13:07 +00:00
parent c03e0074c6
commit 887e728b7d
3 changed files with 14 additions and 8 deletions

View File

@@ -471,8 +471,8 @@ char *curl_getenv(char *variable);
char *curl_version(void);
/* This is the version number */
#define LIBCURL_VERSION "7.5.1"
#define LIBCURL_VERSION_NUM 0x070501
#define LIBCURL_VERSION "7.5.2-pre1"
#define LIBCURL_VERSION_NUM 0x070502
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {