aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-15 14:17:15 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-15 14:17:15 +0100
commit3a661f8675e4312f5c02339a0dcd44bf0a5fcef5 (patch)
tree20a1b682d0b048d08e0918865c1b0d8d00f6ab58 /src/include
parent6f3a998f22c15891dfe5d33a8c1b138090aa6968 (diff)
downloadlibmicrohttpd-3a661f8675e4312f5c02339a0dcd44bf0a5fcef5.tar.gz
libmicrohttpd-3a661f8675e4312f5c02339a0dcd44bf0a5fcef5.zip
releasing 0.9.69v0.9.69
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 bf821e64..a25bb41a 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 0x00096801 135#define MHD_VERSION 0x00096900
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".