libmicrohttpd

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

commit d8ac6fd24592259960dff5479a2f12e69b5a09e8
parent 086ba366b757984dc68577aaa6dac7b2d5a7c2ac
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Apr 2015 07:04:08 +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 0x00094000 +#define MHD_VERSION 0x00094001 /** * MHD-internal return code for "YES".