aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-18 11:10:42 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-18 11:10:42 +0200
commitebd43f0373e3b62bf25213b5cd20a84e09c010e3 (patch)
treea1723c9b4a4c45111e984e092c54d4ea6cf870b7
parent3db35a4ca6192cd26770ee69f1c48e353535b70d (diff)
downloadlibmicrohttpd-ebd43f0373e3b62bf25213b5cd20a84e09c010e3.tar.gz
libmicrohttpd-ebd43f0373e3b62bf25213b5cd20a84e09c010e3.zip
-bump version
-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 f4232ae5..5ae7d8cf 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -131,7 +131,7 @@ typedef intptr_t ssize_t;
131 * they are parsed as decimal numbers. 131 * they are parsed as decimal numbers.
132 * Example: 0x01093001 = 1.9.30-1. 132 * Example: 0x01093001 = 1.9.30-1.
133 */ 133 */
134#define MHD_VERSION 0x00097303 134#define MHD_VERSION 0x00097304
135 135
136 136
137#ifdef __has_attribute 137#ifdef __has_attribute