aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:13:35 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:13:35 +0000
commitf588bc469e24d8634908e78c3dd84dfbc2c839d3 (patch)
tree7095ce3daa3b63000bc3533dc75d5e0c10ee312a /src/include/microhttpd.h
parentf143bdcad91a1141ea6f7f771021724e38691fee (diff)
downloadlibmicrohttpd-f588bc469e24d8634908e78c3dd84dfbc2c839d3.tar.gz
libmicrohttpd-f588bc469e24d8634908e78c3dd84dfbc2c839d3.zip
Bumped MHD_VERSION and updated ChangeLog.
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 17828202..e44bb704 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 0x00095005 129#define MHD_VERSION 0x00095008
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".