aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-03 10:29:12 +0000
committerChristian Grothoff <christian@grothoff.org>2015-04-03 10:29:12 +0000
commit570042a100813c7a22377a27ff10ced2c073b362 (patch)
tree528d8941d7ea5490fb0685f7bff560274c6bfd6b /src/include
parenta05803df4f24075bd708d7367502a658a76ecf21 (diff)
downloadlibmicrohttpd-570042a100813c7a22377a27ff10ced2c073b362.tar.gz
libmicrohttpd-570042a100813c7a22377a27ff10ced2c073b362.zip
fix #3751
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 28c3792b..fc131f3f 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
130 * Current version of the library. 130 * Current version of the library.
131 * 0x01093001 = 1.9.30-1. 131 * 0x01093001 = 1.9.30-1.
132 */ 132 */
133#define MHD_VERSION 0x00093904 133#define MHD_VERSION 0x00093905
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".