commit 5baba378c2bf3437ed6e88e6108dae45885718e4
parent 0074887f31bbd3aa1456365933b0d74daa1e68ef
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 18 Dec 2015 14:56:04 +0000
releasing 0.9.48
Diffstat:
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Fri Dec 18 15:54:50 CET 2015
+ Releasing libmicrohttpd 0.9.48. -CG
+
Tue Dec 15 18:35:55 CET 2015
Improved compatibility with VS2010 and other older
compilers. -EG
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.47],[libmicrohttpd@gnu.org])
+AC_INIT([libmicrohttpd],[0.9.48],[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=47
+LIB_VERSION_CURRENT=48
LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=35
+LIB_VERSION_AGE=36
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 0x00094703
+#define MHD_VERSION 0x00094800
/**
* MHD-internal return code for "YES".