From 90eb831b28e9d3554f6a0c8637f0b405f6d16641 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 5 Jul 2019 23:30:19 +0300 Subject: Bump MHD_VERSION to indicate developer version --- src/include/microhttpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 6e037b6b..cec74683 100644 --- 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 0x00096500 +#define MHD_VERSION 0x00096501 /** * MHD-internal return code for "YES". -- cgit v1.2.3