7.9.3 pre-release commit

This commit is contained in:
Daniel Stenberg
2002-01-08 08:25:44 +00:00
parent 3c334b2bb6
commit aec7358ca4
3 changed files with 64 additions and 3 deletions

View File

@@ -613,8 +613,8 @@ CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
/* This is the version number */
#define LIBCURL_VERSION "7.9.2"
#define LIBCURL_VERSION_NUM 0x070902
#define LIBCURL_VERSION "7.9.3-pre1"
#define LIBCURL_VERSION_NUM 0x070903
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {