From: Daniel Stenberg Date: Tue, 14 Feb 2012 18:24:03 +0000 (+0100) Subject: LIBCURL_VERSION_NUM: 0x071900 X-Git-Tag: curl-7_25_0~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=020128053379ba5baa41bc2f72c391f6fcfbdf29;p=curl LIBCURL_VERSION_NUM: 0x071900 I accidentally left the lowest bits 01 before --- diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 15184b606..b3a723a7d 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -53,7 +53,7 @@ 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 0x071901 +#define LIBCURL_VERSION_NUM 0x071900 /* * This is the date and time when the full source package was created. The