aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-02 09:25:39 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-02 09:25:39 +0000
commit69b9aa6513f6a0a83e2216f4caea586296ccb905 (patch)
treebbbb8fbc97c1cd112868b261b85c0f66cdffeac5 /src/include
parent3233e1386a02935196fef241843780c56ab7a5f5 (diff)
downloadlibmicrohttpd-69b9aa6513f6a0a83e2216f4caea586296ccb905.tar.gz
libmicrohttpd-69b9aa6513f6a0a83e2216f4caea586296ccb905.zip
-fix ftbfs
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 17dd8ea1..28204a94 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 0x00094904 133#define MHD_VERSION 0x00095000
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".