aboutsummaryrefslogtreecommitdiff
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
parent9b935deff6238c5e98ed954fb037e42d321d72ed (diff)
downloadlibmicrohttpd-eeb9c4688415a369bae565e4595b070b6e94c601.tar.gz
libmicrohttpd-eeb9c4688415a369bae565e4595b070b6e94c601.zip
declare victory on #6090, bump header version
-rw-r--r--ChangeLog3
-rw-r--r--src/include/microhttpd.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19f32e85..d400eb85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Sat 07 Mar 2020 05:20:33 PM CET
2 Fixed #6090 (misc. severe socket handling bugs on OS X). -CG
3
1Sat 08 Feb 2020 09:12:54 PM CET 4Sat 08 Feb 2020 09:12:54 PM CET
2 Fixed 100-continue handling for PATCH method (#6068). 5 Fixed 100-continue handling for PATCH method (#6068).
3 Fixed FTBFS from wrong #endif position for certain builds (#6025). 6 Fixed FTBFS from wrong #endif position for certain builds (#6025).
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".