aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-11 22:25:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-11 22:25:47 +0200
commit668d3891cc09332ae78b22676b3c9922b8b92541 (patch)
tree72c9c60f9e4972aa8d6bae42777644bb398252ad
parent495bf107cabf8c3853930dbc780f734c936d35da (diff)
downloadlibmicrohttpd-668d3891cc09332ae78b22676b3c9922b8b92541.tar.gz
libmicrohttpd-668d3891cc09332ae78b22676b3c9922b8b92541.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 c28812e2..9a49f67b 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 0x00097102 135#define MHD_VERSION 0x00097103
136 136
137/** 137/**
138 * Operational results from MHD calls. 138 * Operational results from MHD calls.