Releasing GNU libmicrohttpd 0.9.53

This commit is contained in:
Evgeny Grin (Karlson2k)
2017-04-11 22:18:10 +03:00
parent 7fcab91f25
commit 54def24e97
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -1,3 +1,6 @@
Tue Apr 11 22:17:00 MSK 2017
Releasing GNU libmicrohttpd 0.9.53. -EG
Mon Apr 10 19:50:20 MSK 2017
HTTPS tests: skip tests instead of failing if HTTPS is not supported by
libcurl.
+3 -3
View File
@@ -22,14 +22,14 @@
#
AC_PREREQ([2.64])
LT_PREREQ([2.4.0])
AC_INIT([GNU Libmicrohttpd],[0.9.52],[libmicrohttpd@gnu.org])
AC_INIT([GNU Libmicrohttpd],[0.9.53],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
AC_CONFIG_HEADERS([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
LIB_VERSION_CURRENT=52
LIB_VERSION_CURRENT=53
LIB_VERSION_REVISION=0
LIB_VERSION_AGE=40
LIB_VERSION_AGE=41
AC_SUBST(LIB_VERSION_CURRENT)
AC_SUBST(LIB_VERSION_REVISION)
AC_SUBST(LIB_VERSION_AGE)
+1 -1
View File
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
* Current version of the library.
* 0x01093001 = 1.9.30-1.
*/
#define MHD_VERSION 0x00095213
#define MHD_VERSION 0x00095300
/**
* MHD-internal return code for "YES".