From abf8589f0d9b0c0a89e92ebfb50beab5fc94ebbd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Jun 2007 09:34:44 +0000 Subject: start working towards 7.16.4 --- include/curl/curlver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 382b8d420..318628bd2 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -34,7 +34,7 @@ defines: */ #define LIBCURL_VERSION_MAJOR 7 #define LIBCURL_VERSION_MINOR 16 -#define LIBCURL_VERSION_PATCH 3 +#define LIBCURL_VERSION_PATCH 4 /* This is the numeric version of the libcurl version number, meant for easier parsing and comparions by programs. The LIBCURL_VERSION_NUM define will @@ -51,7 +51,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 0x071003 +#define LIBCURL_VERSION_NUM 0x071004 /* * This is the date and time when the full source package was created. The -- cgit v1.2.3