aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-02-01 17:06:14 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-02-01 15:09:54 +0100
commitc4b4657f6180b2083e600b034c6e157a20462fb5 (patch)
tree3f7e5997c8a6ea6276bc8a3446c72cb76f6b31b4 /src/include/microhttpd.h
parent43a35fd652680081e9e9cbab65a2e46a068c2884 (diff)
downloadlibmicrohttpd-c4b4657f6180b2083e600b034c6e157a20462fb5.tar.gz
libmicrohttpd-c4b4657f6180b2083e600b034c6e157a20462fb5.zip
Released GNU libmicrohttpd 1.0.0v1.0.0
This is the first stable release of GNU libmicrohttpd.
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 c24fbd8b..b1457575 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 0x00097710 99#define MHD_VERSION 0x01000000
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',