commit b6f6b9a5cc5d2459efd18cd206e79ffa976d5a3d
parent 01541405d99549b3f973729ebc4fc1f48521f9d3
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 28 Sep 2011 06:41:03 +0000
release0.9.15
Diffstat:
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Sep 28 08:37:55 CEST 2011
+ Releasing libmicrohttpd 0.9.15. -CG
+
Tue Sep 27 13:07:36 CEST 2011
Added ability to access URL arguments of the form 'url?foo' (without
'='). Added testcase and updated documentation accordingly. -CG
diff --git a/configure.ac b/configure.ac
@@ -21,15 +21,15 @@
#
#
AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.14],[libmicrohttpd@gnu.org])
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.14])
+AC_INIT([libmicrohttpd], [0.9.15],[libmicrohttpd@gnu.org])
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.15])
AM_CONFIG_HEADER([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])
-LIB_VERSION_CURRENT=22
+LIB_VERSION_CURRENT=23
LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=12
+LIB_VERSION_AGE=13
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 0x00090E00
+#define MHD_VERSION 0x00090F00
/**
* MHD-internal return code for "YES".