libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 4837ce0471667b4784c1e68693b70032db22a09d
parent 10a27715a5a01248f97d7853e37f1beb1f4a92db
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Apr 2015 19:52:44 +0000

-bump

Diffstat:
Msrc/include/microhttpd.h | 2+-
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; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00094003 +#define MHD_VERSION 0x00094004 /** * MHD-internal return code for "YES".