version 7.6-pre1

This commit is contained in:
Daniel Stenberg
2001-01-09 12:25:32 +00:00
parent b137d5ec23
commit a9ea507c6a
2 changed files with 3 additions and 3 deletions

View File

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