libmicrohttpd

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

commit ea8a8fe4558a23f504363ff7390d4411de3873e5
parent ccd65de6a339c6d6faa6a366021c34d1099ee1fd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 17 Jul 2012 20:40:39 +0000

-version bump in header

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 @@ -106,7 +106,7 @@ extern "C" /** * Current version of the library. */ -#define MHD_VERSION 0x00091400 +#define MHD_VERSION 0x00091401 /** * MHD-internal return code for "YES".