aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-20 19:25:17 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-20 19:25:17 +0300
commit2f44f1ec65d6a5375185e4d8ac2218470ca2b933 (patch)
tree1b272db7ca9944983618137ec5cdb317088908d5
parenta4ae51f5812603feff10e536aa05cb00808bc7d5 (diff)
downloadlibmicrohttpd-2f44f1ec65d6a5375185e4d8ac2218470ca2b933.tar.gz
libmicrohttpd-2f44f1ec65d6a5375185e4d8ac2218470ca2b933.zip
Bump MHD_VERSION to indicate development build
-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 1d62f2cc..5803992e 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 0x00097400 99#define MHD_VERSION 0x00097401
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',