libmicrohttpd

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

commit dd749c2274ef01d0476f3471d28374dbf7c4b36b
parent 748824ad1a244032f8a72ea3d79f362d9002804a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  1 Oct 2015 19:27:08 +0000

releasing 0.9.44

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Thu Oct 1 21:22:05 CEST 2015 + Releasing libmicrohttpd 0.9.44. -CG + Wed Sep 30 21:05:38 CEST 2015 Various fixes for W32 VS project files. - EG diff --git a/configure.ac b/configure.ac @@ -22,15 +22,15 @@ # AC_PREREQ([2.60]) LT_PREREQ([2.4.0]) -AC_INIT([libmicrohttpd],[0.9.43],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd],[0.9.44],[libmicrohttpd@gnu.org]) AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) AC_CONFIG_HEADERS([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) -LIB_VERSION_CURRENT=43 +LIB_VERSION_CURRENT=44 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=33 +LIB_VERSION_AGE=34 AC_SUBST(LIB_VERSION_CURRENT) AC_SUBST(LIB_VERSION_REVISION) AC_SUBST(LIB_VERSION_AGE) diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -130,7 +130,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00094302 +#define MHD_VERSION 0x00094400 /** * MHD-internal return code for "YES".