aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-04-11 18:24:09 +0200
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-04-11 18:24:09 +0200
commitfd498a70642c54694d9a2672eefd27cccf00c9fa (patch)
treeef5f73d45e56732f3a8baddb1d6d3955e1c980b3 /src/include/microhttpd.h
parent3aee48fd77329ab37091a60602aa50d2fdee964a (diff)
downloadlibmicrohttpd-fd498a70642c54694d9a2672eefd27cccf00c9fa.tar.gz
libmicrohttpd-fd498a70642c54694d9a2672eefd27cccf00c9fa.zip
Bump MHD_VERSION to indicate development version
Diffstat (limited to 'src/include/microhttpd.h')
-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 ca27b6c4..9854703e 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 0x01000100 99#define MHD_VERSION 0x01000101
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', 'off_t', 102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t',