libmicrohttpd

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

commit 1b3f2cc4888d0f0f58892f153b57b907dd51a206
parent cd916940544338013d127da4db2167c0c8b5ab0b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 18 Oct 2010 11:30:21 +0000

fix

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 0x00090000 +#define MHD_VERSION 0x00090200 /** * MHD-internal return code for "YES".