aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-29 10:21:43 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-29 10:21:43 +0000
commitaecadc41d2e6e2404f9d8635e317d5d44d5c920a (patch)
treebef98473ae4ed2233fd2253258f887daa810106e /src/include/microhttpd.h
parentf2f5b555500c4f965c330fcd6e5e6c428d21bcf0 (diff)
downloadlibmicrohttpd-aecadc41d2e6e2404f9d8635e317d5d44d5c920a.tar.gz
libmicrohttpd-aecadc41d2e6e2404f9d8635e317d5d44d5c920a.zip
-version bump
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 ca3bb869..d1d828e0 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 0x00094200 133#define MHD_VERSION 0x00094201
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".