From: Daniel Stenberg Date: Thu, 11 Jan 2001 09:29:30 +0000 (+0000) Subject: 7.6-pre2 X-Git-Tag: curl_7_6-pre3~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0c0e8d815ad06a7f6045f0c0a316da8cc0e0bf8;p=thirdparty%2Fcurl.git 7.6-pre2 --- diff --git a/include/curl/curl.h b/include/curl/curl.h index bef3e6e914..4fc1614d99 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -456,7 +456,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.6-pre1" +#define LIBCURL_VERSION "7.6-pre2" #define LIBCURL_VERSION_NUM 0x070600 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ diff --git a/src/version.h b/src/version.h index d4a2a1715e..d4e5cf7b8c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.6-pre1" +#define CURL_VERSION "7.6-pre2" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "