aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-25 17:15:53 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-25 17:16:05 +0300
commit1cab1543669ac9dd059ca60bfb80cf70d24806f3 (patch)
tree9d5994695dbf0412a0db7b7a2b4dbc3ee2956bf1
parent7b93a775cdf7b292fe13838f1083605140fa6170 (diff)
downloadlibmicrohttpd-1cab1543669ac9dd059ca60bfb80cf70d24806f3.tar.gz
libmicrohttpd-1cab1543669ac9dd059ca60bfb80cf70d24806f3.zip
Bump MHD_VERSION to indicate development 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 2ab208a0..54a3afa7 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
130 * they are parsed as decimal numbers. 130 * they are parsed as decimal numbers.
131 * Example: 0x01093001 = 1.9.30-1. 131 * Example: 0x01093001 = 1.9.30-1.
132 */ 132 */
133#define MHD_VERSION 0x00097300 133#define MHD_VERSION 0x00097301
134 134
135/** 135/**
136 * Operational results from MHD calls. 136 * Operational results from MHD calls.