From: Daniel Stenberg Date: Tue, 3 Sep 2002 11:30:41 +0000 (+0000) Subject: 7.10-pre2 X-Git-Tag: curl-7_10~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de5e9f100cfdf083661e78bf9f13d28b42ea34fe;p=curl 7.10-pre2 --- diff --git a/include/curl/curl.h b/include/curl/curl.h index e547136ac..eb3c2a79a 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -779,8 +779,8 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.9-pre1" -#define LIBCURL_VERSION_NUM 0x070909 +#define LIBCURL_VERSION "7.10-pre2" +#define LIBCURL_VERSION_NUM 0x070a00 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ struct curl_slist { diff --git a/src/version.h b/src/version.h index fc93cf0cc..845aa543d 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.9.9-pre1" +#define CURL_VERSION "7.10-pre2" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "