aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-07-05 23:30:19 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-07-05 23:30:19 +0300
commit90eb831b28e9d3554f6a0c8637f0b405f6d16641 (patch)
tree5976f542129f0481171c1d3b0c727f21214f7ca8
parent86885278941d20b00fc1e1eee1f20a7db1eb2d0d (diff)
downloadlibmicrohttpd-90eb831b28e9d3554f6a0c8637f0b405f6d16641.tar.gz
libmicrohttpd-90eb831b28e9d3554f6a0c8637f0b405f6d16641.zip
Bump MHD_VERSION to indicate developer 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 6e037b6b..cec74683 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 0x00096500 135#define MHD_VERSION 0x00096501
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".