libmicrohttpd

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

commit b6db4c24d40321a2e617147793bac471dc0a0a65
parent fd9472386333a7d2a2a7c298641b64167f3598ac
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 29 Oct 2014 19:54:14 +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 0x00093800 +#define MHD_VERSION 0x00093801 /** * MHD-internal return code for "YES".