aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-17 11:24:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-17 11:24:38 +0000
commit9aa933c5935040062bd7522d57b5032815bfe86c (patch)
treea5123b896b1fc534e7dd813131e4c35c3df8b325
parenta1afe5d1c253dd3382ac5b2591d8eb3ea3ed181f (diff)
downloadlibmicrohttpd-9aa933c5935040062bd7522d57b5032815bfe86c.tar.gz
libmicrohttpd-9aa933c5935040062bd7522d57b5032815bfe86c.zip
allowing error signalling for chunked responses -- constant bump
-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 7d99948e..580dd980 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 0x00090201 109#define MHD_VERSION 0x00090202
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".