libmicrohttpd

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

commit 3d8a80474e07a854516c08978eb5149d42833a7d
parent e4e05d001ce05928d72aa07f34a3a7581107d842
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  1 Jan 2014 20:51:45 +0000

-version 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 @@ -121,7 +121,7 @@ extern "C" * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00093300 +#define MHD_VERSION 0x00093301 /** * MHD-internal return code for "YES".