From c4448622ca947316434cc1e340a56aa411bc0ad4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 4 Dec 2015 13:06:18 +0000 Subject: [PATCH] releasing 0.9.47 --- ChangeLog | 3 +++ configure.ac | 6 +++--- src/include/microhttpd.h | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1b65e5c..2070a7d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Fri Dec 4 13:53:05 CET 2015 + Releasing libmicrohttpd 0.9.47. -CG + Thu Dec 3 18:21:44 CET 2015 Reworked VS project files. Used x64 build tools by default, many optimizations, fixes. diff --git a/configure.ac b/configure.ac index 6214855a..c01fbe0a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,15 +22,15 @@ # AC_PREREQ([2.60]) LT_PREREQ([2.4.0]) -AC_INIT([libmicrohttpd],[0.9.46],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd],[0.9.47],[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=46 +LIB_VERSION_CURRENT=47 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=34 +LIB_VERSION_AGE=35 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 index 975aac05..5ae59c54 100644 --- 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 0x00094605 +#define MHD_VERSION 0x00094700 /** * MHD-internal return code for "YES".