commit 90eb831b28e9d3554f6a0c8637f0b405f6d16641
parent 86885278941d20b00fc1e1eee1f20a7db1eb2d0d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Fri, 5 Jul 2019 23:30:19 +0300
Bump MHD_VERSION to indicate developer version
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
* Current version of the library.
* 0x01093001 = 1.9.30-1.
*/
-#define MHD_VERSION 0x00096500
+#define MHD_VERSION 0x00096501
/**
* MHD-internal return code for "YES".