libmicrohttpd

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

commit ebd43f0373e3b62bf25213b5cd20a84e09c010e3
parent 3db35a4ca6192cd26770ee69f1c48e353535b70d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 18 Aug 2021 11:10:42 +0200

-bump 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 @@ -131,7 +131,7 @@ typedef intptr_t ssize_t; * they are parsed as decimal numbers. * Example: 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00097303 +#define MHD_VERSION 0x00097304 #ifdef __has_attribute