libmicrohttpd

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

commit b8aa763666eba6352c9f8d9e1c89e5647e7e9e3c
parent f85f859219ab76b8d2c6a894d7d67ac19656bf9d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 23 Feb 2021 21:14:20 +0300

Bump MHD_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 @@ -135,7 +135,7 @@ typedef intptr_t ssize_t; * they are parsed as decimal numbers. * Example: 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00097203 +#define MHD_VERSION 0x00097204 /** * Operational results from MHD calls.