blob: 25178c23bd85a28a9ad63da540128c8e62bd01d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.10 2005/10/20 16:25:15 minskim 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 */
|