libmicrohttpd

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

commit 0237123940668924ef57f46778b3949d45782b69
parent 1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 26 Oct 2019 18:56:03 +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 0x00096702 +#define MHD_VERSION 0x00096703 /** * MHD-internal return code for "YES".