mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Fixed missing MHD_VERSION bump
This commit is contained in:
@@ -101,7 +101,7 @@ MHD_C_DECLRATIONS_START_HERE_
|
|||||||
* they are parsed as decimal numbers.
|
* they are parsed as decimal numbers.
|
||||||
* Example: 0x01093001 = 1.9.30-1.
|
* Example: 0x01093001 = 1.9.30-1.
|
||||||
*/
|
*/
|
||||||
#define MHD_VERSION 0x01000300
|
#define MHD_VERSION 0x01000400
|
||||||
|
|
||||||
/* If generic headers don't work on your platform, include headers
|
/* If generic headers don't work on your platform, include headers
|
||||||
which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t',
|
which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t',
|
||||||
|
|||||||
Reference in New Issue
Block a user