From f335bac8a38e816c4243474d7c7d186638d3aab4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 14 Oct 2005 21:21:51 +0000 Subject: Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0 release version. --- include/curl/curlver.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 0cb6c2337..7f94670f4 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -51,8 +51,6 @@ and it is always a greater number in a more recent release. It makes comparisons with greater than and less than work. */ -#define LIBCURL_VERSION_NUM ((LIBCURL_VERSION_MAJOR << 16) | \ - (LIBCURL_VERSION_MINOR << 8) | \ - LIBCURL_VERSION_PATCH) +#define LIBCURL_VERSION_NUM 0x070f01 #endif /* __CURL_CURLVER_H */ -- cgit v1.2.3