releasing 0.9.47

This commit is contained in:
Christian Grothoff
2015-12-04 13:06:18 +00:00
parent 90341c2782
commit c4448622ca
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -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.
+3 -3
View File
@@ -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)
+1 -1
View File
@@ -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".