libmicrohttpd

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

commit 7e0cf71faeee6d64d584ec293962f944b08f075d
parent fd9430bbef16ad6f1148c3a08e0a69cb85e56d2b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 13 Nov 2011 12:34:54 +0000

old release diff

Diffstat:
Mconfigure.ac | 4++--
Msrc/include/microhttpd.h | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -21,8 +21,8 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.15],[libmicrohttpd@gnu.org]) -AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.15]) +AC_INIT([libmicrohttpd], [0.9.16],[libmicrohttpd@gnu.org]) +AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.16]) AM_CONFIG_HEADER([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) 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 0x00090F01 +#define MHD_VERSION 0x00091000 /** * MHD-internal return code for "YES".