libmicrohttpd

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

commit f8afc779b1200f24555de23fb4eb3c6a5a58899e
parent 0f7b49b524f9adfcf6f71e64d9b76b1be9f96f70
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 18 Nov 2010 21:58:26 +0000

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