microhttpd.h: bump version number to indicate development version

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-02-19 19:04:32 +05:00
parent 7a2bc355bb
commit 7896fb23f4
+1 -1
View File
@@ -96,7 +96,7 @@ extern "C"
* they are parsed as decimal numbers.
* Example: 0x01093001 = 1.9.30-1.
*/
#define MHD_VERSION 0x01000000
#define MHD_VERSION 0x01000001
/* If generic headers don't work on your platform, include headers
which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t',