From c8d4e8b5d0c83d959256a54dabccc8176db10d78 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 2 Sep 2008 11:28:12 +0000 Subject: [PATCH] hex version number for 7.19.1 is 0x071301 --- include/curl/curlver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 43de0f28b..f4302a4da 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -54,7 +54,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 0x071300 +#define LIBCURL_VERSION_NUM 0x071301 /* * This is the date and time when the full source package was created. The