libmicrohttpd

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

commit 6000f154e718edd5a7c89da3833b3f4634166214
parent f7c5c302a3ade612b4915ed1de6a7dfdffe143b5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 29 Dec 2020 13:03:31 +0300

Bump MHD_VERSION to indicate 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 @@ -133,7 +133,7 @@ typedef intptr_t ssize_t; * @note While it is a hexadecimal number, it is parsed as decimal number. * Example: 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00097200 +#define MHD_VERSION 0x00097201 /** * Operational results from MHD calls.