libmicrohttpd

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

commit c2d5c80c71299001618e9bea58efd89200d8aa75
parent ddfa808bb4abfcba444b142c45d760842ea2ed1c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed,  7 Jun 2023 22:02:13 +0300

Bump version in 'configure' as well

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -23,7 +23,7 @@ # AC_PREREQ([2.64]) LT_PREREQ([2.4.0]) -AC_INIT([GNU libmicrohttpd],[0.9.76],[libmicrohttpd@gnu.org]) +AC_INIT([GNU libmicrohttpd],[0.9.77],[libmicrohttpd@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line AC_CONFIG_HEADERS([MHD_config.h])