libmicrohttpd

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

commit 7896fb23f4d5a1ae178b208be6b6565e899eee12
parent 7a2bc355bb452c968b2a32233962f4a67fa8b387
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 19 Feb 2024 19:04:32 +0500

microhttpd.h: bump version number to indicate development 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 @@ -96,7 +96,7 @@ extern "C" * they are parsed as decimal numbers. * Example: 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x01000000 +#define MHD_VERSION 0x01000001 /* If generic headers don't work on your platform, include headers which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t',