libmicrohttpd

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

commit ea5c330c44c5399fe229f7bd42673687121af279
parent 78d0fb7b293a8284f4b4d29deae5beb44bdcaf8e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  8 Feb 2020 16:49:46 +0100

bump revision

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 0x00096901 +#define MHD_VERSION 0x00096902 /** * MHD-internal return code for "YES".