libmicrohttpd

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

commit ad74bf4b442d214e4c3e8ade23d460fcf35c11f1
parent 305acdf03ade1ef83c97f03db7375107943ebd70
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  1 Sep 2012 18:51:43 +0000

releasing 0.9.22

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Sat Sep 1 20:51:21 CEST 2012 + Releasing libmicrohttpd 0.9.22. -CG + Sat Sep 1 20:38:35 CEST 2012 Adding configure option to allow selecting support for basic and digest authentication separately (#2525). -CG diff --git a/configure.ac b/configure.ac @@ -21,14 +21,14 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.21],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd], [0.9.22],[libmicrohttpd@gnu.org]) AM_INIT_AUTOMAKE([silent-rules]) AM_CONFIG_HEADER([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) LIB_VERSION_CURRENT=26 -LIB_VERSION_REVISION=0 +LIB_VERSION_REVISION=1 LIB_VERSION_AGE=16 AC_SUBST(LIB_VERSION_CURRENT) AC_SUBST(LIB_VERSION_REVISION) 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 0x00091501 +#define MHD_VERSION 0x00091600 /** * MHD-internal return code for "YES".