aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-08 21:58:26 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-08 21:58:26 +0100
commitfe6716d103a696ece5b5a13ff57abe02d84e368e (patch)
tree75b83a17eb63aa273be6fb11ce567b2df0def469 /src/include
parentea5c330c44c5399fe229f7bd42673687121af279 (diff)
downloadlibmicrohttpd-fe6716d103a696ece5b5a13ff57abe02d84e368e.tar.gz
libmicrohttpd-fe6716d103a696ece5b5a13ff57abe02d84e368e.zip
releasing 0.9.70v0.9.70
Diffstat (limited to 'src/include')
-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 d8bb315a..b2bcaaf5 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 0x00096902 135#define MHD_VERSION 0x00097000
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".