aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-18 10:05:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-18 10:05:26 +0000
commit18177698ac76827da36d5d3d93bc0a4c86e7f2f9 (patch)
tree58aa588ad86b55ca3d8c63d59630bd799ea4c070 /src/include/microhttpd.h
parent74019e111cbdad0721c76018793e650b7d339ab1 (diff)
downloadlibmicrohttpd-18177698ac76827da36d5d3d93bc0a4c86e7f2f9.tar.gz
libmicrohttpd-18177698ac76827da36d5d3d93bc0a4c86e7f2f9.zip
try to handle sendfile corner cases better
Diffstat (limited to 'src/include/microhttpd.h')
-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 67240fc8..e1bc1239 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -106,7 +106,7 @@ extern "C"
106/** 106/**
107 * Current version of the library. 107 * Current version of the library.
108 */ 108 */
109#define MHD_VERSION 0x00090700 109#define MHD_VERSION 0x00090701
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".