aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-17 19:12:08 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-17 19:12:08 +0200
commit35877189f6be4a7a0c2057cf750beb1acb47fe03 (patch)
tree796420efbaa0ff39d2b2ddad3dd6f5222a0a0fa1 /src/include
parentf1ab15426f53caf5660c7d0dd29b3f60b101c1b8 (diff)
downloadlibmicrohttpd-35877189f6be4a7a0c2057cf750beb1acb47fe03.tar.gz
libmicrohttpd-35877189f6be4a7a0c2057cf750beb1acb47fe03.zip
cosmetics for Markus
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 4f8f685a..e6090fbb 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 0x00096700 135#define MHD_VERSION 0x00096701
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".