aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-21 10:05:41 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-21 10:05:41 +0200
commit4b18c05142f821fb6b1ba7e8841fce9b623ad9e3 (patch)
tree017152f4dd85172900ca08a1fc913d2598addbb1
parenteb82d9a7c32225c5c81f0e6d734e6180a79bb697 (diff)
downloadlibmicrohttpd-4b18c05142f821fb6b1ba7e8841fce9b623ad9e3.tar.gz
libmicrohttpd-4b18c05142f821fb6b1ba7e8841fce9b623ad9e3.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 8dfc38c8..728c11e4 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 0x00097105 135#define MHD_VERSION 0x00097106
136 136
137/** 137/**
138 * Operational results from MHD calls. 138 * Operational results from MHD calls.