aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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".