libmicrohttpd

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

commit 668d3891cc09332ae78b22676b3c9922b8b92541
parent 495bf107cabf8c3853930dbc780f734c936d35da
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 11 Sep 2020 22:25:47 +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 @@ -132,7 +132,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00097102 +#define MHD_VERSION 0x00097103 /** * Operational results from MHD calls.