libmicrohttpd

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

commit 4b18c05142f821fb6b1ba7e8841fce9b623ad9e3
parent eb82d9a7c32225c5c81f0e6d734e6180a79bb697
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 21 Oct 2020 10:05:41 +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 0x00097105 +#define MHD_VERSION 0x00097106 /** * Operational results from MHD calls.