aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/curl/curlver.h4
1 files changed, 1 insertions, 3 deletions
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 */