commit 54def24e976e968c8f0328fb4f43a8dc4520d773
parent 7fcab91f25dc4b3a89bb6036f6d6f971832d1bd6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 11 Apr 2017 22:18:10 +0300
Releasing GNU libmicrohttpd 0.9.53
Diffstat:
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -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.
diff --git a/configure.ac b/configure.ac
@@ -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)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -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".