commit f0fce31fbf101289aca24cb2e88b8eb2e9d2274d
parent abd339daa93879d5b1b79e916a526adc53ad4efd
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 20 May 2011 20:16:56 +0000
releasing 0.9.11
Diffstat:
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,6 +1,7 @@
Fri May 20 22:11:55 CEST 2011
Fixed bug in testcase setup code causing crashes in
- tls_session_timeout_test on some systems. -CG
+ tls_session_timeout_test on some systems.
+ Releasing libmicrohttpd 0.9.11. -CG
Fri May 20 19:34:59 CEST 2011
Fixed bug in parsing multipart/form-data with post processor where
diff --git a/configure.ac b/configure.ac
@@ -21,15 +21,15 @@
#
#
AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.10],[libmicrohttpd@gnu.org])
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.10])
+AC_INIT([libmicrohttpd], [0.9.11],[libmicrohttpd@gnu.org])
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.11])
AM_CONFIG_HEADER([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])
-LIB_VERSION_CURRENT=18
+LIB_VERSION_CURRENT=19
LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=8
+LIB_VERSION_AGE=9
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
@@ -106,7 +106,7 @@ extern "C"
/**
* Current version of the library.
*/
-#define MHD_VERSION 0x00090A00
+#define MHD_VERSION 0x00090B00
/**
* MHD-internal return code for "YES".