mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Releasing GNU libmicrohttpd 0.9.53
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user