libmicrohttpd

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

commit 2b47dfd7355fa9485c066308d72c0500c182ee8f
parent ee47d1636680e4132ba825a3786216b4d2fccf7f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 29 Sep 2014 20:36:31 +0000

-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 @@ -130,7 +130,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00093704 +#define MHD_VERSION 0x00093705 /** * MHD-internal return code for "YES".