aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-26 14:16:17 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-26 14:16:17 +0200
commitbade8d9c4b5c1c6ab8b38a68ce57f8593177763c (patch)
treed31280d19735b2135c7ae91c8d273d10ebfc048d
parentc575f67285f6bd984a3cfca5635ffa8c496ef391 (diff)
downloadlibmicrohttpd-bade8d9c4b5c1c6ab8b38a68ce57f8593177763c.tar.gz
libmicrohttpd-bade8d9c4b5c1c6ab8b38a68ce57f8593177763c.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 7aff40f5..c28812e2 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 0x00097101 135#define MHD_VERSION 0x00097102
136 136
137/** 137/**
138 * Operational results from MHD calls. 138 * Operational results from MHD calls.