From ed74ec9db83aa8cd1b44d7a3432fbca0ab540d00 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sat, 9 Apr 2016 13:08:05 +0000 Subject: [PATCH] Releasing 0.9.49 --- ChangeLog | 3 +++ configure.ac | 6 +++--- src/include/microhttpd.h | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53b0e08c..b3148d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Sat Apr 09 13:05:42 CET 2016 + Releasing libmicrohttpd 0.9.49. -EG + Fri Apr 08 18:32:17 CET 2016 Some minor internal fixes, addition error checking and micro optimizations. diff --git a/configure.ac b/configure.ac index 956fe102..dea7e5c0 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.48],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd],[0.9.49],[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=48 +LIB_VERSION_CURRENT=49 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=36 +LIB_VERSION_AGE=37 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 43309548..561ca6f5 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 0x00094804 +#define MHD_VERSION 0x00094900 /** * MHD-internal return code for "YES".