aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-09 23:19:20 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-09 23:19:20 +0300
commitd84b96bb7d4d5a12f3d027cd532d7ec89a1a7e86 (patch)
tree721b6b89ab411446518e5febb014219cac37f817
parent9ddf07f81e0a86be1698a587f32f1988c09f9e39 (diff)
downloadlibmicrohttpd-d84b96bb7d4d5a12f3d027cd532d7ec89a1a7e86.tar.gz
libmicrohttpd-d84b96bb7d4d5a12f3d027cd532d7ec89a1a7e86.zip
Bump MHD_VERSION to signal dev 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 53340e86..7388ee80 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 0x00096400 135#define MHD_VERSION 0x00096401
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".