aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-26 20:23:01 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-26 20:23:21 +0200
commit1d9f940dca89a5ee95a3247e43440ebd16c903af (patch)
treef2cb3c6c633c5b901d84f152aef55e5a9b0ade96 /src/include
parentefd1dd05f42d5934494dbda4f63328b8f1080427 (diff)
downloadlibmicrohttpd-1d9f940dca89a5ee95a3247e43440ebd16c903af.tar.gz
libmicrohttpd-1d9f940dca89a5ee95a3247e43440ebd16c903af.zip
fix thread-start issue discovered by Damon Earp
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 ad056c9b..b57ced32 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 0x00097103 135#define MHD_VERSION 0x00097104
136 136
137/** 137/**
138 * Operational results from MHD calls. 138 * Operational results from MHD calls.