aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-07-05 22:32:43 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-07-05 23:18:51 +0300
commit86885278941d20b00fc1e1eee1f20a7db1eb2d0d (patch)
tree9329cdda0318d56311806082d9089e10d3f9f8f5 /src/include/microhttpd.h
parent31db4990fcc225434cb672609c4b45e98f491f4a (diff)
downloadlibmicrohttpd-86885278941d20b00fc1e1eee1f20a7db1eb2d0d.tar.gz
libmicrohttpd-86885278941d20b00fc1e1eee1f20a7db1eb2d0d.zip
Releasing GNU libmicrohttpd 0.9.65v0.9.65
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 7388ee80..6e037b6b 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
132 * Current version of the library. 132 * Current version of the library.
133 * 0x01093001 = 1.9.30-1. 133 * 0x01093001 = 1.9.30-1.
134 */ 134 */
135#define MHD_VERSION 0x00096401 135#define MHD_VERSION 0x00096500
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".