commit 1cab1543669ac9dd059ca60bfb80cf70d24806f3
parent 7b93a775cdf7b292fe13838f1083605140fa6170
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 25 Apr 2021 17:15:53 +0300
Bump MHD_VERSION to indicate development version
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
* they are parsed as decimal numbers.
* Example: 0x01093001 = 1.9.30-1.
*/
-#define MHD_VERSION 0x00097300
+#define MHD_VERSION 0x00097301
/**
* Operational results from MHD calls.