aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-26 19:31:15 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-26 19:31:15 +0200
commit86186edbf3b10db596887e75f9f7be5f778125bc (patch)
treea873a8ebb77332760a858f5c53207763abe16c7f /src/include
parent0237123940668924ef57f46778b3949d45782b69 (diff)
downloadlibmicrohttpd-86186edbf3b10db596887e75f9f7be5f778125bc.tar.gz
libmicrohttpd-86186edbf3b10db596887e75f9f7be5f778125bc.zip
version bumpv0.9.68
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 1388af5f..d90484b8 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 0x00096703 135#define MHD_VERSION 0x00096800
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".