commit c4448622ca947316434cc1e340a56aa411bc0ad4
parent 90341c2782d502d44bbb4b7562d70437442d7b12
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 4 Dec 2015 13:06:18 +0000
releasing 0.9.47
Diffstat:
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git 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
@@ -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
@@ -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".