aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-27 22:30:30 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-27 22:30:30 +0300
commit561cc184f14c46c28ff5938c6105097c77d1e6de (patch)
tree7e2fd2701a664d8310ddcca68d8e658a20b8b9df /src/include/microhttpd.h
parentdadddb2411c855e3df901d463a328f7be31c5dde (diff)
downloadlibmicrohttpd-561cc184f14c46c28ff5938c6105097c77d1e6de.tar.gz
libmicrohttpd-561cc184f14c46c28ff5938c6105097c77d1e6de.zip
Releasing GNU libmicrohttpd 0.9.57v0.9.57
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 24ca49fa..9054ddfc 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095600 129#define MHD_VERSION 0x00095700
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".