aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-07 17:21:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-07 17:21:17 +0100
commiteeb9c4688415a369bae565e4595b070b6e94c601 (patch)
tree9ec8fdef23d8d5565aa10e4a854e828bc11fe9ed /src/include
parent9b935deff6238c5e98ed954fb037e42d321d72ed (diff)
downloadlibmicrohttpd-eeb9c4688415a369bae565e4595b070b6e94c601.tar.gz
libmicrohttpd-eeb9c4688415a369bae565e4595b070b6e94c601.zip
declare victory on #6090, bump header version
Diffstat (limited to 'src/include')
-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 d76a8b20..109afa5b 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
132 * Current version of the library. 132 * Current version of the library.
133 * 0x01093001 = 1.9.30-1. 133 * 0x01093001 = 1.9.30-1.
134 */ 134 */
135#define MHD_VERSION 0x00097000 135#define MHD_VERSION 0x00097001
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".