aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-30 20:20:48 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-30 20:20:48 +0300
commitda4023db73d2b788a27942f50d79867bf8fe1de4 (patch)
treeabb446d143d65fa435207748cc8f26d67a1ab2c2 /src/include/microhttpd.h
parent645b0140032d201a98f06878da8bb7ccecef9c88 (diff)
downloadlibmicrohttpd-da4023db73d2b788a27942f50d79867bf8fe1de4.tar.gz
libmicrohttpd-da4023db73d2b788a27942f50d79867bf8fe1de4.zip
Bump MHD_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 a100d950..2b7b68e6 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 0x00097313 99#define MHD_VERSION 0x00097314
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',