libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 9aa933c5935040062bd7522d57b5032815bfe86c
parent a1afe5d1c253dd3382ac5b2591d8eb3ea3ed181f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 17 Nov 2010 11:24:38 +0000

allowing error signalling for chunked responses -- constant bump

Diffstat:
Msrc/include/microhttpd.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -106,7 +106,7 @@ extern "C" /** * Current version of the library. */ -#define MHD_VERSION 0x00090201 +#define MHD_VERSION 0x00090202 /** * MHD-internal return code for "YES".