From e5d0b31486637a2955316e501d7b9f9f1209df63 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 26 Aug 2022 09:02:52 +0300 Subject: microhttpd.h: Fixed missing version bump --- src/include/microhttpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index a824b72f..60edf6b7 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h @@ -96,7 +96,7 @@ extern "C" * they are parsed as decimal numbers. * Example: 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00097531 +#define MHD_VERSION 0x00097533 /* If generic headers don't work on your platform, include headers which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t', -- cgit v1.2.3