aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-08 16:49:46 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-08 16:49:46 +0100
commitea5c330c44c5399fe229f7bd42673687121af279 (patch)
treeb9f8dfe9e0c33da9b52add6d2abe8928d4ef135b
parent78d0fb7b293a8284f4b4d29deae5beb44bdcaf8e (diff)
downloadlibmicrohttpd-ea5c330c44c5399fe229f7bd42673687121af279.tar.gz
libmicrohttpd-ea5c330c44c5399fe229f7bd42673687121af279.zip
bump revision
-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 b44fc40e..d8bb315a 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 0x00096901 135#define MHD_VERSION 0x00096902
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".