libmicrohttpd

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

commit 55618b1041947c425b6f70fe50cbace741ee7ea6
parent e82de7505f3be8fcee6bd1fc8990893b0a423a40
Author: ng0 <ng0@n0.is>
Date:   Mon, 19 Aug 2019 11:03:13 +0000

bump version in microhttpd.h

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