7.10.3-pre2

This commit is contained in:
Daniel Stenberg
2002-12-04 09:09:26 +00:00
parent d72aa49126
commit 7ef749497d
3 changed files with 32 additions and 3 deletions

View File

@@ -805,8 +805,8 @@ CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
/* This is the version number */
#define LIBCURL_VERSION "7.10.2"
#define LIBCURL_VERSION_NUM 0x070a02
#define LIBCURL_VERSION "7.10.3-pre2"
#define LIBCURL_VERSION_NUM 0x070a03
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {