aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-26 14:44:18 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-26 14:44:18 +0100
commitf34781c87e48df6081eaf5defd1430f44013e8b6 (patch)
treec12fa15f398a2050d04f724e17df60f357948aac /src/include
parent55f715e15e3ce66babc939b5a670bee02d4d9571 (diff)
downloadlibmicrohttpd-f34781c87e48df6081eaf5defd1430f44013e8b6.tar.gz
libmicrohttpd-f34781c87e48df6081eaf5defd1430f44013e8b6.zip
add post processor logic fix
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 a25bb41a..b44fc40e 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 0x00096900 135#define MHD_VERSION 0x00096901
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".