aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-25 14:42:56 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-25 14:42:56 +0200
commitf73873bc1925b1553effb57a1cc0dd19ad5e3302 (patch)
treeb4db0de3ee7e31785fc7434f59745837a919adf3 /src/include
parent092b370587ff9dd258f52206e2ec58624f1cce5d (diff)
downloadlibmicrohttpd-f73873bc1925b1553effb57a1cc0dd19ad5e3302.tar.gz
libmicrohttpd-f73873bc1925b1553effb57a1cc0dd19ad5e3302.zip
fix regression introduced in cc5032b85
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 9d28cdb1..4c05ffac 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 0x00096502 135#define MHD_VERSION 0x00096503
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".