aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-02-23 21:14:20 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-02-24 19:46:32 +0300
commitb8aa763666eba6352c9f8d9e1c89e5647e7e9e3c (patch)
treed53cf57fb6499cbd18bbd03c391d0c809ccce273
parentf85f859219ab76b8d2c6a894d7d67ac19656bf9d (diff)
downloadlibmicrohttpd-b8aa763666eba6352c9f8d9e1c89e5647e7e9e3c.tar.gz
libmicrohttpd-b8aa763666eba6352c9f8d9e1c89e5647e7e9e3c.zip
Bump MHD_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 9755dd7f..b416e62a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -135,7 +135,7 @@ typedef intptr_t ssize_t;
135 * they are parsed as decimal numbers. 135 * they are parsed as decimal numbers.
136 * Example: 0x01093001 = 1.9.30-1. 136 * Example: 0x01093001 = 1.9.30-1.
137 */ 137 */
138#define MHD_VERSION 0x00097203 138#define MHD_VERSION 0x00097204
139 139
140/** 140/**
141 * Operational results from MHD calls. 141 * Operational results from MHD calls.