libmicrohttpd

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

commit bdc0a8d958b23a27be2fbf7cf754f46d8dc11855
parent 87c2472e30f531df1faecbf483526cc3389f137b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 22 Dec 2014 15:41:45 +0000

getting ready for 0.9.39

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Mon Dec 22 16:33:18 CET 2014 + Releasing 0.9.39. -CG + Mon Dec 22 13:02:36 CET 2014 Fix generated compiler flags for Solaris Studio linker (#3584). -CG diff --git a/configure.ac b/configure.ac @@ -22,7 +22,7 @@ # AC_PREREQ([2.60]) LT_PREREQ([2.4.0]) -AC_INIT([libmicrohttpd],[0.9.38],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd],[0.9.39],[libmicrohttpd@gnu.org]) AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) AC_CONFIG_HEADERS([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) 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 0x00093802 +#define MHD_VERSION 0x00093900 /** * MHD-internal return code for "YES".