libmicrohttpd

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

commit d84b96bb7d4d5a12f3d027cd532d7ec89a1a7e86
parent 9ddf07f81e0a86be1698a587f32f1988c09f9e39
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun,  9 Jun 2019 23:19:20 +0300

Bump MHD_VERSION to signal dev version

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