libmicrohttpd

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

commit 775b19917e81d629119e0ae9ef5601849c498cf8
parent 3a7b39add8a368aa20e7dc36886d1307cfb7a215
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Sep 2013 21:02:40 +0000

bump header version

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