aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-28 11:47:12 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-28 11:58:50 +0300
commit983aa85d5179cdc260db00149e82d1579b03ec2f (patch)
treecec8400a97c87ea00a891d232a60097910c94f58
parent940041ad78b4fb8d0f04066046a65bbe3c390fd4 (diff)
downloadlibmicrohttpd-983aa85d5179cdc260db00149e82d1579b03ec2f.tar.gz
libmicrohttpd-983aa85d5179cdc260db00149e82d1579b03ec2f.zip
Bump MHD_VERSION to indicate development version
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 051436b0..24bb8839 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -96,7 +96,7 @@ extern "C"
96 * they are parsed as decimal numbers. 96 * they are parsed as decimal numbers.
97 * Example: 0x01093001 = 1.9.30-1. 97 * Example: 0x01093001 = 1.9.30-1.
98 */ 98 */
99#define MHD_VERSION 0x00097500 99#define MHD_VERSION 0x00097501
100 100
101/* If generic headers don't work on your platform, include headers 101/* If generic headers don't work on your platform, include headers
102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t',