summaryrefslogtreecommitdiff
path: root/www/curl/patches/patch-ab
blob: 24e69a0c2bbd3eebe2d80c7cf78c3b2ab2d732a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.9.12.1 2005/10/30 13:33:19 salo Exp $

--- include/curl/curlver.h.orig	2005-10-13 01:20:05.000000000 -0700
+++ 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 0x070f00
 
 #endif /* __CURL_CURLVER_H */